Documentation ¶
Overview ¶
Package components provides primitives to interact with the openapi HTTP API.
Code generated by github.com/deepmap/oapi-codegen version (devel) DO NOT EDIT.
Index ¶
- func GetSwagger() (swagger *openapi3.T, err error)
- func PathToRawSpec(pathToFile string) map[string]func() ([]byte, error)
- type AdditionalPropertiesObject1
- type AdditionalPropertiesObject2
- type AdditionalPropertiesObject3
- func (a AdditionalPropertiesObject3) Get(fieldName string) (value interface{}, found bool)
- func (a AdditionalPropertiesObject3) MarshalJSON() ([]byte, error)
- func (a *AdditionalPropertiesObject3) Set(fieldName string, value interface{})
- func (a *AdditionalPropertiesObject3) UnmarshalJSON(b []byte) error
- type AdditionalPropertiesObject4
- func (a AdditionalPropertiesObject4) Get(fieldName string) (value interface{}, found bool)
- func (a AdditionalPropertiesObject4) MarshalJSON() ([]byte, error)
- func (a *AdditionalPropertiesObject4) Set(fieldName string, value interface{})
- func (a *AdditionalPropertiesObject4) UnmarshalJSON(b []byte) error
- type AdditionalPropertiesObject4_Inner
- func (a AdditionalPropertiesObject4_Inner) Get(fieldName string) (value interface{}, found bool)
- func (a AdditionalPropertiesObject4_Inner) MarshalJSON() ([]byte, error)
- func (a *AdditionalPropertiesObject4_Inner) Set(fieldName string, value interface{})
- func (a *AdditionalPropertiesObject4_Inner) UnmarshalJSON(b []byte) error
- type AdditionalPropertiesObject5
- func (a AdditionalPropertiesObject5) Get(fieldName string) (value SchemaObject, found bool)
- func (a AdditionalPropertiesObject5) MarshalJSON() ([]byte, error)
- func (a *AdditionalPropertiesObject5) Set(fieldName string, value SchemaObject)
- func (a *AdditionalPropertiesObject5) UnmarshalJSON(b []byte) error
- type BodyWithAddPropsJSONBody
- type BodyWithAddPropsJSONBody_Inner
- func (a BodyWithAddPropsJSONBody_Inner) Get(fieldName string) (value int, found bool)
- func (a BodyWithAddPropsJSONBody_Inner) MarshalJSON() ([]byte, error)
- func (a *BodyWithAddPropsJSONBody_Inner) Set(fieldName string, value int)
- func (a *BodyWithAddPropsJSONBody_Inner) UnmarshalJSON(b []byte) error
- type BodyWithAddPropsJSONRequestBody
- type EnsureEverythingIsReferencedJSONRequestBody
- type Enum1
- type Enum2
- type Enum3
- type Enum4
- type Enum5
- type EnumParam1
- type EnumParam2
- type EnumParam3
- type ObjectWithJsonField
- type ParameterObject
- type ParamsWithAddPropsParams
- type ParamsWithAddPropsParams_P1
- func (a ParamsWithAddPropsParams_P1) Get(fieldName string) (value interface{}, found bool)
- func (a ParamsWithAddPropsParams_P1) MarshalJSON() ([]byte, error)
- func (a *ParamsWithAddPropsParams_P1) Set(fieldName string, value interface{})
- func (a *ParamsWithAddPropsParams_P1) UnmarshalJSON(b []byte) error
- type ParamsWithAddPropsParams_P2_Inner
- func (a ParamsWithAddPropsParams_P2_Inner) Get(fieldName string) (value string, found bool)
- func (a ParamsWithAddPropsParams_P2_Inner) MarshalJSON() ([]byte, error)
- func (a *ParamsWithAddPropsParams_P2_Inner) Set(fieldName string, value string)
- func (a *ParamsWithAddPropsParams_P2_Inner) UnmarshalJSON(b []byte) error
- type RequestBody
- type ResponseObject
- type SchemaObject
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSwagger ¶
GetSwagger returns the Swagger specification corresponding to the generated code in this file. The external references of Swagger specification are resolved. The logic of resolving external references is tightly connected to "import-mapping" feature. Externally referenced files must be embedded in the corresponding golang packages. Urls can be supported but this task was out of the scope.
Types ¶
type AdditionalPropertiesObject1 ¶ added in v1.2.0
type AdditionalPropertiesObject1 struct { Id int `json:"id"` Name string `json:"name"` Optional *string `json:"optional,omitempty"` AdditionalProperties map[string]int `json:"-"` }
Has additional properties of type int
func (AdditionalPropertiesObject1) Get ¶ added in v1.2.0
func (a AdditionalPropertiesObject1) Get(fieldName string) (value int, found bool)
Getter for additional properties for AdditionalPropertiesObject1. Returns the specified element and whether it was found
func (AdditionalPropertiesObject1) MarshalJSON ¶ added in v1.2.0
func (a AdditionalPropertiesObject1) MarshalJSON() ([]byte, error)
Override default JSON handling for AdditionalPropertiesObject1 to handle AdditionalProperties
func (*AdditionalPropertiesObject1) Set ¶ added in v1.2.0
func (a *AdditionalPropertiesObject1) Set(fieldName string, value int)
Setter for additional properties for AdditionalPropertiesObject1
func (*AdditionalPropertiesObject1) UnmarshalJSON ¶ added in v1.2.0
func (a *AdditionalPropertiesObject1) UnmarshalJSON(b []byte) error
Override default JSON handling for AdditionalPropertiesObject1 to handle AdditionalProperties
type AdditionalPropertiesObject2 ¶ added in v1.2.0
Does not allow additional properties
type AdditionalPropertiesObject3 ¶ added in v1.2.0
type AdditionalPropertiesObject3 struct { Name string `json:"name"` AdditionalProperties map[string]interface{} `json:"-"` }
Allows any additional property
func (AdditionalPropertiesObject3) Get ¶ added in v1.2.0
func (a AdditionalPropertiesObject3) Get(fieldName string) (value interface{}, found bool)
Getter for additional properties for AdditionalPropertiesObject3. Returns the specified element and whether it was found
func (AdditionalPropertiesObject3) MarshalJSON ¶ added in v1.2.0
func (a AdditionalPropertiesObject3) MarshalJSON() ([]byte, error)
Override default JSON handling for AdditionalPropertiesObject3 to handle AdditionalProperties
func (*AdditionalPropertiesObject3) Set ¶ added in v1.2.0
func (a *AdditionalPropertiesObject3) Set(fieldName string, value interface{})
Setter for additional properties for AdditionalPropertiesObject3
func (*AdditionalPropertiesObject3) UnmarshalJSON ¶ added in v1.2.0
func (a *AdditionalPropertiesObject3) UnmarshalJSON(b []byte) error
Override default JSON handling for AdditionalPropertiesObject3 to handle AdditionalProperties
type AdditionalPropertiesObject4 ¶ added in v1.2.0
type AdditionalPropertiesObject4 struct { Inner AdditionalPropertiesObject4_Inner `json:"inner"` Name string `json:"name"` AdditionalProperties map[string]interface{} `json:"-"` }
Has anonymous field which has additional properties
func (AdditionalPropertiesObject4) Get ¶ added in v1.2.0
func (a AdditionalPropertiesObject4) Get(fieldName string) (value interface{}, found bool)
Getter for additional properties for AdditionalPropertiesObject4. Returns the specified element and whether it was found
func (AdditionalPropertiesObject4) MarshalJSON ¶ added in v1.2.0
func (a AdditionalPropertiesObject4) MarshalJSON() ([]byte, error)
Override default JSON handling for AdditionalPropertiesObject4 to handle AdditionalProperties
func (*AdditionalPropertiesObject4) Set ¶ added in v1.2.0
func (a *AdditionalPropertiesObject4) Set(fieldName string, value interface{})
Setter for additional properties for AdditionalPropertiesObject4
func (*AdditionalPropertiesObject4) UnmarshalJSON ¶ added in v1.2.0
func (a *AdditionalPropertiesObject4) UnmarshalJSON(b []byte) error
Override default JSON handling for AdditionalPropertiesObject4 to handle AdditionalProperties
type AdditionalPropertiesObject4_Inner ¶ added in v1.2.0
type AdditionalPropertiesObject4_Inner struct { Name string `json:"name"` AdditionalProperties map[string]interface{} `json:"-"` }
AdditionalPropertiesObject4_Inner defines model for AdditionalPropertiesObject4.Inner.
func (AdditionalPropertiesObject4_Inner) Get ¶ added in v1.2.0
func (a AdditionalPropertiesObject4_Inner) Get(fieldName string) (value interface{}, found bool)
Getter for additional properties for AdditionalPropertiesObject4_Inner. Returns the specified element and whether it was found
func (AdditionalPropertiesObject4_Inner) MarshalJSON ¶ added in v1.2.0
func (a AdditionalPropertiesObject4_Inner) MarshalJSON() ([]byte, error)
Override default JSON handling for AdditionalPropertiesObject4_Inner to handle AdditionalProperties
func (*AdditionalPropertiesObject4_Inner) Set ¶ added in v1.2.0
func (a *AdditionalPropertiesObject4_Inner) Set(fieldName string, value interface{})
Setter for additional properties for AdditionalPropertiesObject4_Inner
func (*AdditionalPropertiesObject4_Inner) UnmarshalJSON ¶ added in v1.2.0
func (a *AdditionalPropertiesObject4_Inner) UnmarshalJSON(b []byte) error
Override default JSON handling for AdditionalPropertiesObject4_Inner to handle AdditionalProperties
type AdditionalPropertiesObject5 ¶ added in v1.2.3
type AdditionalPropertiesObject5 struct {
AdditionalProperties map[string]SchemaObject `json:"-"`
}
Has additional properties with schema for dictionaries
func (AdditionalPropertiesObject5) Get ¶ added in v1.2.3
func (a AdditionalPropertiesObject5) Get(fieldName string) (value SchemaObject, found bool)
Getter for additional properties for AdditionalPropertiesObject5. Returns the specified element and whether it was found
func (AdditionalPropertiesObject5) MarshalJSON ¶ added in v1.2.3
func (a AdditionalPropertiesObject5) MarshalJSON() ([]byte, error)
Override default JSON handling for AdditionalPropertiesObject5 to handle AdditionalProperties
func (*AdditionalPropertiesObject5) Set ¶ added in v1.2.3
func (a *AdditionalPropertiesObject5) Set(fieldName string, value SchemaObject)
Setter for additional properties for AdditionalPropertiesObject5
func (*AdditionalPropertiesObject5) UnmarshalJSON ¶ added in v1.2.3
func (a *AdditionalPropertiesObject5) UnmarshalJSON(b []byte) error
Override default JSON handling for AdditionalPropertiesObject5 to handle AdditionalProperties
type BodyWithAddPropsJSONBody ¶ added in v1.2.0
type BodyWithAddPropsJSONBody struct { Inner BodyWithAddPropsJSONBody_Inner `json:"inner"` Name string `json:"name"` AdditionalProperties map[string]interface{} `json:"-"` }
BodyWithAddPropsJSONBody defines parameters for BodyWithAddProps.
func (BodyWithAddPropsJSONBody) Get ¶ added in v1.2.0
func (a BodyWithAddPropsJSONBody) Get(fieldName string) (value interface{}, found bool)
Getter for additional properties for BodyWithAddPropsJSONBody. Returns the specified element and whether it was found
func (BodyWithAddPropsJSONBody) MarshalJSON ¶ added in v1.2.0
func (a BodyWithAddPropsJSONBody) MarshalJSON() ([]byte, error)
Override default JSON handling for BodyWithAddPropsJSONBody to handle AdditionalProperties
func (*BodyWithAddPropsJSONBody) Set ¶ added in v1.2.0
func (a *BodyWithAddPropsJSONBody) Set(fieldName string, value interface{})
Setter for additional properties for BodyWithAddPropsJSONBody
func (*BodyWithAddPropsJSONBody) UnmarshalJSON ¶ added in v1.2.0
func (a *BodyWithAddPropsJSONBody) UnmarshalJSON(b []byte) error
Override default JSON handling for BodyWithAddPropsJSONBody to handle AdditionalProperties
type BodyWithAddPropsJSONBody_Inner ¶ added in v1.2.0
BodyWithAddPropsJSONBody_Inner defines parameters for BodyWithAddProps.
func (BodyWithAddPropsJSONBody_Inner) Get ¶ added in v1.2.0
func (a BodyWithAddPropsJSONBody_Inner) Get(fieldName string) (value int, found bool)
Getter for additional properties for BodyWithAddPropsJSONBody_Inner. Returns the specified element and whether it was found
func (BodyWithAddPropsJSONBody_Inner) MarshalJSON ¶ added in v1.2.0
func (a BodyWithAddPropsJSONBody_Inner) MarshalJSON() ([]byte, error)
Override default JSON handling for BodyWithAddPropsJSONBody_Inner to handle AdditionalProperties
func (*BodyWithAddPropsJSONBody_Inner) Set ¶ added in v1.2.0
func (a *BodyWithAddPropsJSONBody_Inner) Set(fieldName string, value int)
Setter for additional properties for BodyWithAddPropsJSONBody_Inner
func (*BodyWithAddPropsJSONBody_Inner) UnmarshalJSON ¶ added in v1.2.0
func (a *BodyWithAddPropsJSONBody_Inner) UnmarshalJSON(b []byte) error
Override default JSON handling for BodyWithAddPropsJSONBody_Inner to handle AdditionalProperties
type BodyWithAddPropsJSONRequestBody ¶ added in v1.2.3
type BodyWithAddPropsJSONRequestBody BodyWithAddPropsJSONBody
BodyWithAddPropsJSONRequestBody defines body for BodyWithAddProps for application/json ContentType.
type EnsureEverythingIsReferencedJSONRequestBody ¶ added in v1.3.7
type EnsureEverythingIsReferencedJSONRequestBody RequestBody
EnsureEverythingIsReferencedJSONRequestBody defines body for EnsureEverythingIsReferenced for application/json ContentType.
type Enum1 ¶ added in v1.11.0
type Enum1 string
Conflicts with Enum2, enum values need to be prefixed with type name.
type Enum2 ¶ added in v1.11.0
type Enum2 string
Conflicts with Enum1, enum values need to be prefixed with type name.
type Enum3 ¶ added in v1.11.0
type Enum3 string
Enum values conflict with Enums above, need to be prefixed with type name.
type EnumParam1 ¶ added in v1.11.0
type EnumParam1 string
EnumParam1 defines model for EnumParam1.
const ( EnumParam1Both EnumParam1 = "both" EnumParam1False EnumParam1 = "false" EnumParam1True EnumParam1 = "true" )
Defines values for EnumParam1.
type EnumParam2 ¶ added in v1.11.0
type EnumParam2 string
EnumParam2 defines model for EnumParam2.
const ( EnumParam2Both EnumParam2 = "both" EnumParam2False EnumParam2 = "false" EnumParam2True EnumParam2 = "true" )
Defines values for EnumParam2.
type EnumParam3 ¶ added in v1.11.0
type EnumParam3 string
EnumParam3 defines model for EnumParam3.
const ( Alice EnumParam3 = "alice" Bob EnumParam3 = "bob" Eve EnumParam3 = "eve" )
Defines values for EnumParam3.
type ObjectWithJsonField ¶ added in v1.1.7
type ObjectWithJsonField struct { Name string `json:"name"` Value1 json.RawMessage `json:"value1"` Value2 json.RawMessage `json:"value2,omitempty"` }
ObjectWithJsonField defines model for ObjectWithJsonField.
type ParamsWithAddPropsParams ¶ added in v1.2.0
type ParamsWithAddPropsParams struct { // This parameter has additional properties P1 ParamsWithAddPropsParams_P1 `json:"p1"` // This parameter has an anonymous inner property which needs to be // turned into a proper type for additionalProperties to work P2 struct { Inner ParamsWithAddPropsParams_P2_Inner `json:"inner"` } `form:"p2" json:"p2"` }
ParamsWithAddPropsParams defines parameters for ParamsWithAddProps.
type ParamsWithAddPropsParams_P1 ¶ added in v1.2.0
type ParamsWithAddPropsParams_P1 struct {
AdditionalProperties map[string]interface{} `json:"-"`
}
ParamsWithAddPropsParams_P1 defines parameters for ParamsWithAddProps.
func (ParamsWithAddPropsParams_P1) Get ¶ added in v1.2.0
func (a ParamsWithAddPropsParams_P1) Get(fieldName string) (value interface{}, found bool)
Getter for additional properties for ParamsWithAddPropsParams_P1. Returns the specified element and whether it was found
func (ParamsWithAddPropsParams_P1) MarshalJSON ¶ added in v1.2.0
func (a ParamsWithAddPropsParams_P1) MarshalJSON() ([]byte, error)
Override default JSON handling for ParamsWithAddPropsParams_P1 to handle AdditionalProperties
func (*ParamsWithAddPropsParams_P1) Set ¶ added in v1.2.0
func (a *ParamsWithAddPropsParams_P1) Set(fieldName string, value interface{})
Setter for additional properties for ParamsWithAddPropsParams_P1
func (*ParamsWithAddPropsParams_P1) UnmarshalJSON ¶ added in v1.2.0
func (a *ParamsWithAddPropsParams_P1) UnmarshalJSON(b []byte) error
Override default JSON handling for ParamsWithAddPropsParams_P1 to handle AdditionalProperties
type ParamsWithAddPropsParams_P2_Inner ¶ added in v1.2.0
ParamsWithAddPropsParams_P2_Inner defines parameters for ParamsWithAddProps.
func (ParamsWithAddPropsParams_P2_Inner) Get ¶ added in v1.2.0
func (a ParamsWithAddPropsParams_P2_Inner) Get(fieldName string) (value string, found bool)
Getter for additional properties for ParamsWithAddPropsParams_P2_Inner. Returns the specified element and whether it was found
func (ParamsWithAddPropsParams_P2_Inner) MarshalJSON ¶ added in v1.2.0
func (a ParamsWithAddPropsParams_P2_Inner) MarshalJSON() ([]byte, error)
Override default JSON handling for ParamsWithAddPropsParams_P2_Inner to handle AdditionalProperties
func (*ParamsWithAddPropsParams_P2_Inner) Set ¶ added in v1.2.0
func (a *ParamsWithAddPropsParams_P2_Inner) Set(fieldName string, value string)
Setter for additional properties for ParamsWithAddPropsParams_P2_Inner
func (*ParamsWithAddPropsParams_P2_Inner) UnmarshalJSON ¶ added in v1.2.0
func (a *ParamsWithAddPropsParams_P2_Inner) UnmarshalJSON(b []byte) error
Override default JSON handling for ParamsWithAddPropsParams_P2_Inner to handle AdditionalProperties
type RequestBody ¶
type RequestBody struct {
Field SchemaObject `json:"Field"`
}
RequestBody defines model for RequestBody.
type ResponseObject ¶
type ResponseObject struct {
Field SchemaObject `json:"Field"`
}
ResponseObject defines model for ResponseObject.
type SchemaObject ¶
type SchemaObject struct { FirstName string `json:"firstName"` // This property is required and readOnly, so the go model should have it as a pointer, // as it will not be included when it is sent from client to server. ReadOnlyRequiredProp *string `json:"readOnlyRequiredProp,omitempty"` Role string `json:"role"` WriteOnlyRequiredProp *int `json:"writeOnlyRequiredProp,omitempty"` }
SchemaObject defines model for SchemaObject.