Documentation ¶
Index ¶
- type API
- func (a *API) Create(c *gin.Context)
- func (a *API) Delete(c *gin.Context)
- func (a *API) GetByID(c *gin.Context)
- func (a *API) ListEnabledRegionsByEnvironment(c *gin.Context)
- func (a *API) ListEnvironments(c *gin.Context)
- func (api *API) RegisterRoute(engine *gin.Engine)
- func (a *API) Update(c *gin.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
func NewAPI ¶
func NewAPI(ctl environment.Controller) *API
func (*API) ListEnabledRegionsByEnvironment ¶
ListEnabledRegionsByEnvironment deprecated, use GetSelectableRegionsByEnv in environment api
func (*API) ListEnvironments ¶
func (*API) RegisterRoute ¶
RegisterRoutes register routes
Click to show internal directories.
Click to hide internal directories.