Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var WireSet = wire.NewSet( ProvideController, )
WireSet provides a wire set for this package.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController( userGroupStore store.UserGroupStore, spaceStore store.SpaceStore, authorizer authz.Authorizer, searchSvc usergroup.SearchService, ) *Controller
func ProvideController ¶
func ProvideController( userGroupStore store.UserGroupStore, spaceStore store.SpaceStore, authorizer authz.Authorizer, searchSvc usergroup.SearchService, ) *Controller
func (Controller) List ¶
func (c Controller) List( ctx context.Context, session *auth.Session, filter *types.ListQueryFilter, spacePath string, ) ([]*types.UserGroupInfo, error)
Click to show internal directories.
Click to hide internal directories.