Documentation ¶
Index ¶
- type API
- func (a *API) Create(c *gin.Context)
- func (a *API) Delete(c *gin.Context)
- func (a *API) Get(c *gin.Context)
- func (a *API) GetApplicationPipelineStats(c *gin.Context)
- func (a *API) GetSelectableRegionsByEnv(c *gin.Context)
- func (a *API) List(c *gin.Context)
- func (a *API) ListSelf(c *gin.Context)
- func (api *API) RegisterRoute(engine *gin.Engine)
- func (a *API) Transfer(c *gin.Context)
- 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(applicationCtl application.Controller) *API
func (*API) GetApplicationPipelineStats ¶
func (*API) GetSelectableRegionsByEnv ¶
func (*API) RegisterRoute ¶
RegisterRoute registers routes
Click to show internal directories.
Click to hide internal directories.