usermgmt

package
v0.0.0-...-a8b8e24 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 20, 2024 License: Apache-2.0 Imports: 1 Imported by: 3

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.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL