Select Git revision
-
Md. Alim Ul Karim authored
"Make necessary changes for PathsChmods + Add new constants + Add interfaces for future usages + Dynamic Type"
Md. Alim Ul Karim authored"Make necessary changes for PathsChmods + Add new constants + Add interfaces for future usages + Dynamic Type"
IsInvalidValueInt8Checker.go 164 B
package coreinterface
type IsInvalidValueInt8Checker interface {
// IsInvalidValue delegates and acts as !IsWithinRange(value)
IsInvalidValue(value int8) bool
}