Documentation ¶
Overview ¶
Package externalref provides primitives to interact with the openapi HTTP API.
Code generated by github.com/deepmap/oapi-codegen version (devel) DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSwagger ¶ added in v1.6.1
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 Container ¶
type Container struct { ObjectA *externalRef0.ObjectA `json:"object_a,omitempty"` ObjectB *externalRef1.ObjectB `json:"object_b,omitempty"` ObjectC *map[string]interface{} `json:"object_c,omitempty"` }
Container defines model for Container.
Directories ¶
Path | Synopsis |
---|---|
Package packagea provides primitives to interact with the openapi HTTP API.
|
Package packagea provides primitives to interact with the openapi HTTP API. |
Package packageb provides primitives to interact with the openapi HTTP API.
|
Package packageb provides primitives to interact with the openapi HTTP API. |
Click to show internal directories.
Click to hide internal directories.