Documentation ¶
Overview ¶
Package issue_832 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 ¶
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 Document ¶
type Document struct { Name *string `json:"name,omitempty"` Status *Document_Status `json:"status,omitempty"` }
Document defines model for Document.
type DocumentStatus ¶
type DocumentStatus struct {
Value *string `json:"value,omitempty"`
}
DocumentStatus defines model for DocumentStatus.
type Document_Status ¶
type Document_Status string
Document_Status defines model for Document.status.
const ( Four Document_Status = "four" One Document_Status = "one" Three Document_Status = "three" Two Document_Status = "two" )
Defines values for Document_Status.