type Swagger …
func (s Swagger) MarshalJSON() ([]byte, error) { … }
func (s Swagger) MarshalNextJSON(opts jsonv2.MarshalOptions, enc *jsonv2.Encoder) error { … }
func (s *Swagger) UnmarshalJSON(data []byte) error { … }
func (s *Swagger) UnmarshalNextJSON(opts jsonv2.UnmarshalOptions, dec *jsonv2.Decoder) error { … }
type SwaggerProps …
type Dependencies …
type SchemaOrBool …
var jsTrue …
var jsFalse …
func (s SchemaOrBool) MarshalJSON() ([]byte, error) { … }
func (s SchemaOrBool) MarshalNextJSON(opts jsonv2.MarshalOptions, enc *jsonv2.Encoder) error { … }
func (s *SchemaOrBool) UnmarshalJSON(data []byte) error { … }
func (s *SchemaOrBool) UnmarshalNextJSON(opts jsonv2.UnmarshalOptions, dec *jsonv2.Decoder) error { … }
type SchemaOrStringArray …
func (s SchemaOrStringArray) MarshalJSON() ([]byte, error) { … }
func (s SchemaOrStringArray) MarshalNextJSON(opts jsonv2.MarshalOptions, enc *jsonv2.Encoder) error { … }
func (s *SchemaOrStringArray) UnmarshalJSON(data []byte) error { … }
func (s *SchemaOrStringArray) UnmarshalNextJSON(opts jsonv2.UnmarshalOptions, dec *jsonv2.Decoder) error { … }
type Definitions …
type SecurityDefinitions …
type StringOrArray …
func (s StringOrArray) Contains(value string) bool { … }
func (s *StringOrArray) UnmarshalJSON(data []byte) error { … }
func (s *StringOrArray) UnmarshalNextJSON(opts jsonv2.UnmarshalOptions, dec *jsonv2.Decoder) error { … }
func (s StringOrArray) MarshalJSON() ([]byte, error) { … }
type SchemaOrArray …
func (s SchemaOrArray) Len() int { … }
func (s *SchemaOrArray) ContainsType(name string) bool { … }
func (s SchemaOrArray) MarshalJSON() ([]byte, error) { … }
func (s SchemaOrArray) MarshalNextJSON(opts jsonv2.MarshalOptions, enc *jsonv2.Encoder) error { … }
func (s *SchemaOrArray) UnmarshalJSON(data []byte) error { … }
func (s *SchemaOrArray) UnmarshalNextJSON(opts jsonv2.UnmarshalOptions, dec *jsonv2.Decoder) error { … }