Documentation
¶
Index ¶
Constants ¶
View Source
const ( VersionV180 = "v1.8.0" VersionV200 = "v2.0.0" VersionV300 = "v3.0.0" )
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 (*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.