Documentation ¶
Index ¶
- type API
- func (a *API) CreateApplicationClusterMember(c *gin.Context)
- func (a *API) CreateApplicationMember(c *gin.Context)
- func (a *API) CreateGroupMember(c *gin.Context)
- func (a *API) CreateTemplateMember(c *gin.Context)
- func (a *API) DeleteMember(c *gin.Context)
- func (a *API) ListApplicationClusterMember(c *gin.Context)
- func (a *API) ListApplicationMember(c *gin.Context)
- func (a *API) ListGroupMember(c *gin.Context)
- func (a *API) ListTemplateMember(c *gin.Context)
- func (api *API) RegisterRoute(engine *gin.Engine)
- func (a *API) UpdateMember(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(controller member.Controller, rservice role.Service) *API
NewAPI initializes a new group api
func (*API) CreateApplicationClusterMember ¶
func (*API) CreateApplicationMember ¶
func (*API) CreateGroupMember ¶
func (*API) CreateTemplateMember ¶
func (*API) DeleteMember ¶
func (*API) ListApplicationClusterMember ¶
func (*API) ListApplicationMember ¶
func (*API) ListGroupMember ¶
func (*API) ListTemplateMember ¶
func (*API) RegisterRoute ¶
RegisterRoutes register routes
func (*API) UpdateMember ¶
Click to show internal directories.
Click to hide internal directories.