Documentation ¶
Index ¶
- func Create() spec.Services
- type CheckService
- func (service *CheckService) CheckBadRequest() (*check.CheckBadRequestResponse, error)
- func (service *CheckService) CheckEmpty() error
- func (service *CheckService) CheckEmptyResponse(body *models.Message) error
- func (service *CheckService) CheckForbidden() (*check.CheckForbiddenResponse, error)
- func (service *CheckService) SameOperationName() (*check.SameOperationNameResponse, error)
- type EchoService
- func (service *EchoService) EchoBodyArray(body *[]string) (*[]string, error)
- func (service *EchoService) EchoBodyMap(body *map[string]string) (*map[string]string, error)
- func (service *EchoService) EchoBodyModel(body *models.Message) (*models.Message, error)
- func (service *EchoService) EchoBodyString(body string) (*string, error)
- func (service *EchoService) EchoEverything(body *models.Message, floatQuery float32, boolQuery bool, uuidHeader uuid.UUID, ...) (*echo.EchoEverythingResponse, error)
- func (service *EchoService) EchoFormData(intParam int, longParam int64, floatParam float32, doubleParam float64, ...) (*models.FormParameters, error)
- func (service *EchoService) EchoFormUrlencoded(intParam int, longParam int64, floatParam float32, doubleParam float64, ...) (*models.FormParameters, error)
- func (service *EchoService) EchoHeader(intHeader int, longHeader int64, floatHeader float32, doubleHeader float64, ...) (*models.Parameters, error)
- func (service *EchoService) EchoQuery(intQuery int, longQuery int64, floatQuery float32, doubleQuery float64, ...) (*models.Parameters, error)
- func (service *EchoService) EchoUrlParams(intUrl int, longUrl int64, floatUrl float32, doubleUrl float64, ...) (*models.UrlParameters, error)
- func (service *EchoService) SameOperationName() (*echo.SameOperationNameResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CheckService ¶
type CheckService struct{}
func (*CheckService) CheckBadRequest ¶
func (service *CheckService) CheckBadRequest() (*check.CheckBadRequestResponse, error)
func (*CheckService) CheckEmpty ¶
func (service *CheckService) CheckEmpty() error
func (*CheckService) CheckEmptyResponse ¶
func (service *CheckService) CheckEmptyResponse(body *models.Message) error
func (*CheckService) CheckForbidden ¶
func (service *CheckService) CheckForbidden() (*check.CheckForbiddenResponse, error)
func (*CheckService) SameOperationName ¶
func (service *CheckService) SameOperationName() (*check.SameOperationNameResponse, error)
type EchoService ¶
type EchoService struct{}
func (*EchoService) EchoBodyArray ¶
func (service *EchoService) EchoBodyArray(body *[]string) (*[]string, error)
func (*EchoService) EchoBodyMap ¶
func (*EchoService) EchoBodyModel ¶
func (*EchoService) EchoBodyString ¶
func (service *EchoService) EchoBodyString(body string) (*string, error)
func (*EchoService) EchoEverything ¶
func (*EchoService) EchoFormData ¶
func (service *EchoService) EchoFormData(intParam int, longParam int64, floatParam float32, doubleParam float64, decimalParam decimal.Decimal, boolParam bool, stringParam string, stringOptParam *string, stringDefaultedParam string, stringArrayParam []string, uuidParam uuid.UUID, dateParam civil.Date, dateArrayParam []civil.Date, datetimeParam civil.DateTime, enumParam models.Choice) (*models.FormParameters, error)
func (*EchoService) EchoFormUrlencoded ¶
func (service *EchoService) EchoFormUrlencoded(intParam int, longParam int64, floatParam float32, doubleParam float64, decimalParam decimal.Decimal, boolParam bool, stringParam string, stringOptParam *string, stringDefaultedParam string, stringArrayParam []string, uuidParam uuid.UUID, dateParam civil.Date, dateArrayParam []civil.Date, datetimeParam civil.DateTime, enumParam models.Choice) (*models.FormParameters, error)
func (*EchoService) EchoHeader ¶
func (service *EchoService) EchoHeader(intHeader int, longHeader int64, floatHeader float32, doubleHeader float64, decimalHeader decimal.Decimal, boolHeader bool, stringHeader string, stringOptHeader *string, stringDefaultedHeader string, stringArrayHeader []string, uuidHeader uuid.UUID, dateHeader civil.Date, dateArrayHeader []civil.Date, datetimeHeader civil.DateTime, enumHeader models.Choice) (*models.Parameters, error)
func (*EchoService) EchoQuery ¶
func (service *EchoService) EchoQuery(intQuery int, longQuery int64, floatQuery float32, doubleQuery float64, decimalQuery decimal.Decimal, boolQuery bool, stringQuery string, stringOptQuery *string, stringDefaultedQuery string, stringArrayQuery []string, uuidQuery uuid.UUID, dateQuery civil.Date, dateArrayQuery []civil.Date, datetimeQuery civil.DateTime, enumQuery models.Choice) (*models.Parameters, error)
func (*EchoService) EchoUrlParams ¶
func (*EchoService) SameOperationName ¶
func (service *EchoService) SameOperationName() (*echo.SameOperationNameResponse, error)
Click to show internal directories.
Click to hide internal directories.