Documentation
¶
Index ¶
- func PreCheck(c echo.Context) base.PreCheckResponse
- type InternalAPI
- func (o *InternalAPI) GetConfig() *baseconf.APIServer
- func (o *InternalAPI) GetHealthCheck(c echo.Context) error
- func (o *InternalAPI) GetVersion(c echo.Context) error
- func (o *InternalAPI) Init(e *echo.Echo) error
- func (o *InternalAPI) PostPSHealthCheck(c echo.Context) error
- func (o *InternalAPI) PutOMZAirDropMission(c echo.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InternalAPI ¶
type InternalAPI struct {
base.BaseController
// contains filtered or unexported fields
}
func NewAPI ¶
func NewAPI() *InternalAPI
func (*InternalAPI) GetConfig ¶
func (o *InternalAPI) GetConfig() *baseconf.APIServer
func (*InternalAPI) GetHealthCheck ¶
func (o *InternalAPI) GetHealthCheck(c echo.Context) error
func (*InternalAPI) GetVersion ¶
func (o *InternalAPI) GetVersion(c echo.Context) error
func (*InternalAPI) PostPSHealthCheck ¶
func (o *InternalAPI) PostPSHealthCheck(c echo.Context) error
func (*InternalAPI) PutOMZAirDropMission ¶
func (o *InternalAPI) PutOMZAirDropMission(c echo.Context) error
Click to show internal directories.
Click to hide internal directories.