Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateOrganizationRequest ¶
type CreateOrganizationRequest struct {
Name string `validate:"required,min=1,max=200" json:"name"`
}
type RegisterOrgSystemUser ¶
type RegisterOrgSystemUser struct {
FullNames string `json:"fullNames"`
UserName string `json:"userName"`
Password string `json:"password"`
PrimaryOrganization uuid.UUID `json:"primaryOrganization"`
NeedsPasswordChange bool `json:"needsPasswordChange"`
CreatedBy string `json:"createdBy"`
UserRole model.SystemUserRole `json:"userRole"`
}
type RegisterUserAndOrg ¶
type RegisterUserAndOrg struct {
User *model.SystemUser
Organization *model.Organization
}
Click to show internal directories.
Click to hide internal directories.