Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ErrorDescription ¶
Types ¶
type BaseValidator ¶
type BaseValidator struct {
// contains filtered or unexported fields
}
func NewV180Validator ¶
func NewV180Validator(client *rpc.Client) *BaseValidator
func NewV200Validator ¶
func NewV200Validator(client *rpc.Client) *BaseValidator
func NewV300Validator ¶ added in v1.13.4
func NewV300Validator(client *rpc.Client) *BaseValidator
func NewV400Validator ¶ added in v1.13.4
func NewV400Validator(client *rpc.Client) *BaseValidator
func (*BaseValidator) Validate ¶
func (v *BaseValidator) Validate(ctx context.Context, input BaseValidatorInput) ([]string, error)
type BaseValidatorInput ¶
Click to show internal directories.
Click to hide internal directories.