Documentation ¶
Overview ¶
Package models provides primitives to interact with the openapi HTTP API.
Code generated by github.com/deepmap/oapi-codegen version v1.12.4 DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetRoutesParams ¶
type GetRoutesParams struct { // Origin filter by origin Origin *[]string `form:"origin,omitempty" json:"origin,omitempty"` }
GetRoutesParams defines parameters for GetRoutes.
Click to show internal directories.
Click to hide internal directories.