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