Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exists ¶
type Exists struct { }
type NotExists ¶
type NotExists struct { }
type PathExists ¶
type PathExists struct { }
func (*PathExists) Message ¶
func (receiver *PathExists) Message() string
Message Get the validation error message.
func (*PathExists) Passes ¶
func (receiver *PathExists) Passes(_ validation.Data, val any, options ...any) bool
Passes Determine if the validation rule passes.
func (*PathExists) Signature ¶
func (receiver *PathExists) Signature() string
Signature The name of the rule.
type PathNotExists ¶
type PathNotExists struct { }
func (*PathNotExists) Message ¶
func (receiver *PathNotExists) Message() string
Message Get the validation error message.
func (*PathNotExists) Passes ¶
func (receiver *PathNotExists) Passes(_ validation.Data, val any, options ...any) bool
Passes Determine if the validation rule passes.
func (*PathNotExists) Signature ¶
func (receiver *PathNotExists) Signature() string
Signature The name of the rule.
Click to show internal directories.
Click to hide internal directories.