Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONSchemaValidatorOptionFunc ¶ added in v1.14.0
JSONSchemaValidatorOptionFunc is an autogenerated mock type for the JSONSchemaValidatorOptionFunc type
func NewJSONSchemaValidatorOptionFunc ¶ added in v1.14.0
func NewJSONSchemaValidatorOptionFunc(t mockConstructorTestingTNewJSONSchemaValidatorOptionFunc) *JSONSchemaValidatorOptionFunc
NewJSONSchemaValidatorOptionFunc creates a new instance of JSONSchemaValidatorOptionFunc. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*JSONSchemaValidatorOptionFunc) Execute ¶ added in v1.14.0
func (_m *JSONSchemaValidatorOptionFunc) Execute(_a0 *validator.JSONSchemaValidator)
Execute provides a mock function with given fields: _a0
type OptionFunc ¶ added in v1.14.0
OptionFunc is an autogenerated mock type for the OptionFunc type
func NewOptionFunc ¶ added in v1.14.0
func NewOptionFunc(t mockConstructorTestingTNewOptionFunc) *OptionFunc
NewOptionFunc creates a new instance of OptionFunc. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*OptionFunc) Execute ¶ added in v1.14.0
func (_m *OptionFunc) Execute(_a0 *validator.Validator)
Execute provides a mock function with given fields: _a0
type Storage ¶
Storage is an autogenerated mock type for the Storage type
func NewStorage ¶
func NewStorage(t mockConstructorTestingTNewStorage) *Storage
NewStorage creates a new instance of Storage. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
type StructValidatorOptionFunc ¶ added in v1.14.0
StructValidatorOptionFunc is an autogenerated mock type for the StructValidatorOptionFunc type
func NewStructValidatorOptionFunc ¶ added in v1.14.0
func NewStructValidatorOptionFunc(t mockConstructorTestingTNewStructValidatorOptionFunc) *StructValidatorOptionFunc
NewStructValidatorOptionFunc creates a new instance of StructValidatorOptionFunc. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*StructValidatorOptionFunc) Execute ¶ added in v1.14.0
func (_m *StructValidatorOptionFunc) Execute(_a0 *validator.StructValidator)
Execute provides a mock function with given fields: _a0