Documentation ¶
Overview ¶
Package components provides primitives to interact with the openapi HTTP API.
Code generated by github.com/deepmap/oapi-codegen version v1.8.3 DO NOT EDIT.
Index ¶
- func GetSwagger() (swagger *openapi3.T, err error)
- func PathToRawSpec(pathToFile string) map[string]func() ([]byte, error)
- type VironCreatedAt
- type VironEmailQueryParam
- type VironIdPathParam
- type VironIdQueryParam
- type VironPager
- type VironPagerPageQueryParam
- type VironPagerSizeQueryParam
- type VironRoleIdQueryParam
- type VironSortQueryParam
- type VironUpdatedAt
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 VironCreatedAt ¶
作成日時
func (VironCreatedAt) MarshalJSON ¶
func (c VironCreatedAt) MarshalJSON() ([]byte, error)
type VironEmailQueryParam ¶
type VironEmailQueryParam string
VironEmailQueryParam defines model for VironEmailQueryParam.
type VironIdPathParam ¶
type VironIdPathParam string
VironIdPathParam defines model for VironIdPathParam.
type VironIdQueryParam ¶
type VironIdQueryParam string
VironIdQueryParam defines model for VironIdQueryParam.
type VironPager ¶
VironPager defines model for VironPager.
type VironPagerPageQueryParam ¶
type VironPagerPageQueryParam int
VironPagerPageQueryParam defines model for VironPagerPageQueryParam.
func (VironPagerPageQueryParam) Page ¶
func (p VironPagerPageQueryParam) Page() int
type VironPagerSizeQueryParam ¶
type VironPagerSizeQueryParam int
VironPagerSizeQueryParam defines model for VironPagerSizeQueryParam.
func (VironPagerSizeQueryParam) Size ¶
func (s VironPagerSizeQueryParam) Size() int
type VironRoleIdQueryParam ¶
type VironRoleIdQueryParam string
VironRoleIdQueryParam defines model for VironRoleIdQueryParam.
type VironSortQueryParam ¶
type VironSortQueryParam []string
VironSortQueryParam defines model for VironSortQueryParam.
func (VironSortQueryParam) Sort ¶
func (sort VironSortQueryParam) Sort() []string
type VironUpdatedAt ¶
更新日時
func (VironUpdatedAt) MarshalJSON ¶
func (u VironUpdatedAt) MarshalJSON() ([]byte, error)