Versions in this module Expand all Collapse all v0 v0.29.1 Oct 20, 2022 Changes in this version + type ArrayWithNoValidate []httpext.Request + func (m ArrayWithNoValidate) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m ArrayWithNoValidate) Validate(formats strfmt.Registry) error + type EmbeddedTime struct + func (m EmbeddedTime) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m EmbeddedTime) Validate(formats strfmt.Registry) error + type MapOfPrimitives map[string]timeext.Duration + func (m MapOfPrimitives) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m MapOfPrimitives) Validate(formats strfmt.Registry) error + type MapWithNoValidate map[string]httpext.Request + func (m MapWithNoValidate) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m MapWithNoValidate) Validate(formats strfmt.Registry) error + type MyCustomArray []alternate.MyAlternateType + func (m MyCustomArray) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m MyCustomArray) Validate(formats strfmt.Registry) error + type MyCustomArrayNullable []*alternate.MyAlternateType + func (m MyCustomArrayNullable) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m MyCustomArrayNullable) Validate(formats strfmt.Registry) error + type MyCustomMap map[string]map[string]alternate.MyAlternateType + func (m MyCustomMap) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m MyCustomMap) Validate(formats strfmt.Registry) error + type MyCustomMapNullable map[string]map[string]*alternate.MyAlternateType + func (m MyCustomMapNullable) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m MyCustomMapNullable) Validate(formats strfmt.Registry) error + type MyExtCollection []go_ext.MyExtType + func (m MyExtCollection) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m MyExtCollection) Validate(formats strfmt.Registry) error + type MyInteger int + func (MyInteger) ContextValidate(context.Context, strfmt.Registry) error + func (MyInteger) Validate(strfmt.Registry) error + type MyInterfaceObject struct + Iface1 fred.MyAlternateInterface + Iface2 fred.MyAlternateInterface + Iface3 jsonext.RawMessage + func (m *MyInterfaceObject) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m *MyInterfaceObject) MarshalBinary() ([]byte, error) + func (m *MyInterfaceObject) UnmarshalBinary(b []byte) error + func (m *MyInterfaceObject) Validate(formats strfmt.Registry) error + type MyOtherType struct + func (MyOtherType) ContextValidate(context.Context, strfmt.Registry) error + func (MyOtherType) Validate(strfmt.Registry) error + type MyReaderObject struct + Reader1 MyStreamer + Reader2 alternate.MyAlternateStreamer + Reader3 fred.MyAlternateStreamer + func (m *MyReaderObject) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m *MyReaderObject) MarshalBinary() ([]byte, error) + func (m *MyReaderObject) UnmarshalBinary(b []byte) error + func (m *MyReaderObject) Validate(formats strfmt.Registry) error + type MyStreamer io.Reader + type MyString string + func (MyString) ContextValidate(context.Context, strfmt.Registry) error + func (MyString) Validate(strfmt.Registry) error + type MyTuple struct + MyTupleItems []map[string]fred.MyAlternateType + P0 *MyType + P1 *fred.MyAlternateType + func (m *MyTuple) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m *MyTuple) MarshalBinary() ([]byte, error) + func (m *MyTuple) UnmarshalBinary(b []byte) error + func (m *MyTuple) UnmarshalJSON(raw []byte) error + func (m *MyTuple) Validate(formats strfmt.Registry) error + func (m MyTuple) MarshalJSON() ([]byte, error) + type MyType string + func (MyType) ContextValidate(context.Context, strfmt.Registry) error + func (MyType) Validate(strfmt.Registry) error + type ObjectWithNoValidate struct + MyMandatoryRequest *httpext.Request + MyRequest httpext.Request + func (m *ObjectWithNoValidate) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m *ObjectWithNoValidate) MarshalBinary() ([]byte, error) + func (m *ObjectWithNoValidate) UnmarshalBinary(b []byte) error + func (m *ObjectWithNoValidate) Validate(formats strfmt.Registry) error + type TupleWithNoValidate struct + P0 *httpext.Request + P1 *httpext.Request + TupleWithNoValidateItems []httpext.Request + func (m *TupleWithNoValidate) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m *TupleWithNoValidate) MarshalBinary() ([]byte, error) + func (m *TupleWithNoValidate) UnmarshalBinary(b []byte) error + func (m *TupleWithNoValidate) UnmarshalJSON(raw []byte) error + func (m *TupleWithNoValidate) Validate(formats strfmt.Registry) error + func (m TupleWithNoValidate) MarshalJSON() ([]byte, error) + type Zzz struct + Beta []MyOtherType + Delta MyInteger + Epsilon []custom.MyAlternateType + Gamma fred.MyAlternateInteger + Meta MyType + NullableBeta []*MyOtherType + NullableDelta *MyInteger + NullableEpsilon []*custom.MyAlternateType + NullableGamma *fred.MyAlternateInteger + NullableMeta MyType + ReqBeta []MyOtherType + ReqDelta *MyInteger + ReqEpsilon []custom.MyAlternateType + ReqGamma *fred.MyAlternateInteger + ReqMeta *MyType + func (m *Zzz) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m *Zzz) MarshalBinary() ([]byte, error) + func (m *Zzz) UnmarshalBinary(b []byte) error + func (m *Zzz) Validate(formats strfmt.Registry) error