 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserMgmt ¶
type UserMgmt interface {
	CreateUser(ctx context.Context, name, email, password string) (userID string, wasCreated bool, err error)
	AddUserToAdminTeam(ctx context.Context, userID string) error
}
    UserMgmt is the interface for clients that can manage local users and their team membership.
 Click to show internal directories. 
   Click to hide internal directories.