Documentation ¶
Index ¶
- type API
- func (a *API) CreateGroup(c *gin.Context)
- func (a *API) CreateSubGroup(c *gin.Context)
- func (a *API) DeleteGroup(c *gin.Context)
- func (a *API) GetChildren(c *gin.Context)
- func (a *API) GetGroup(c *gin.Context)
- func (a *API) GetGroupByFullPath(c *gin.Context)
- func (a *API) GetSubGroups(c *gin.Context)
- func (a *API) ListAuthedGroup(c *gin.Context)
- func (a *API) RegisterRoute(engine *gin.Engine)
- func (a *API) SearchChildren(c *gin.Context)
- func (a *API) SearchGroups(c *gin.Context)
- func (a *API) TransferGroup(c *gin.Context)
- func (a *API) UpdateGroup(c *gin.Context)
- func (a *API) UpdateRegionSelector(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 (*API) CreateSubGroup ¶
CreateSubGroup create a subgroup
func (*API) DeleteGroup ¶
DeleteGroup delete a group by id
func (*API) GetChildren ¶
GetChildren get children of a group, including groups and applications
func (*API) GetGroupByFullPath ¶
GetGroupByFullPath get a group child by fullPath
func (*API) GetSubGroups ¶
GetSubGroups get subGroups of a group
func (*API) ListAuthedGroup ¶
func (*API) RegisterRoute ¶
RegisterRoutes register routes
func (*API) SearchChildren ¶
SearchChildren search children of a group, including groups and applications
func (*API) SearchGroups ¶
SearchGroups search subgroups of a group
func (*API) TransferGroup ¶
TransferGroup transfer a group to another parent group
func (*API) UpdateGroup ¶
UpdateGroup update basic info of a group
func (*API) UpdateRegionSelector ¶
Click to show internal directories.
Click to hide internal directories.