Documentation ¶
Index ¶
- Variables
- type AdminAPI
- func (api *AdminAPI) CreateApply(c *gin.Context) (interface{}, error)
- func (api *AdminAPI) CreateCluster(c *gin.Context) (interface{}, error)
- func (api *AdminAPI) CreateTemplate(c *gin.Context) (interface{}, error)
- func (api *AdminAPI) DeleteApply(c *gin.Context) (interface{}, error)
- func (api *AdminAPI) DeleteCluster(c *gin.Context) (interface{}, error)
- func (api *AdminAPI) DeleteTemplate(c *gin.Context) (interface{}, error)
- func (api *AdminAPI) GetApply(c *gin.Context) (interface{}, error)
- func (api *AdminAPI) GetCluster(c *gin.Context) (interface{}, error)
- func (api *AdminAPI) GetTemplate(c *gin.Context) (interface{}, error)
- func (api *AdminAPI) ListApplies(c *gin.Context) (interface{}, error)
- func (api *AdminAPI) ListClusters(c *gin.Context) (interface{}, error)
- func (api *AdminAPI) ListTemplates(c *gin.Context) (interface{}, error)
- func (api *AdminAPI) UpdateApply(c *gin.Context) (interface{}, error)
- func (api *AdminAPI) UpdateCluster(c *gin.Context) (interface{}, error)
- func (api *AdminAPI) UpdateTemplate(c *gin.Context) (interface{}, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNotFound = errors.New("resource not found")
)
Functions ¶
This section is empty.
Types ¶
type AdminAPI ¶
type AdminAPI struct {
// contains filtered or unexported fields
}
func (*AdminAPI) CreateApply ¶
func (*AdminAPI) CreateCluster ¶
func (*AdminAPI) CreateTemplate ¶
func (*AdminAPI) DeleteApply ¶
func (*AdminAPI) DeleteCluster ¶
func (*AdminAPI) DeleteTemplate ¶
func (*AdminAPI) GetTemplate ¶
func (*AdminAPI) ListApplies ¶
func (*AdminAPI) ListClusters ¶
func (*AdminAPI) ListTemplates ¶
func (*AdminAPI) UpdateApply ¶
func (*AdminAPI) UpdateCluster ¶
Click to show internal directories.
Click to hide internal directories.