MCPcopy Create free account
hub / github.com/ericls/imgdd / CreateUserWithOrganization

Method CreateUserWithOrganization

identity/interfaces.go:10–10  ·  view source on GitHub ↗
(email string, organizationName string, password string)

Source from the content-addressed store, hash-verified

8
9type IdentityRepo interface {
10 CreateUserWithOrganization(email string, organizationName string, password string) (*dm.OrganizationUser, error)
11 CreateUser(email string, password string) (*dm.User, error)
12 AddRoleToOrganizationUser(organizationUserId string, roleKey string) error
13

Callers 2

TestLoginLogoutFunction · 0.65

Implementers 1

DBIdentityRepoidentity/repo.go

Calls

no outgoing calls

Tested by 2

TestLoginLogoutFunction · 0.52