Versions in this module Expand all Collapse all v0 v0.0.1 Jul 8, 2025 Changes in this version + type CreateOrganizationRequest struct + Name string + type RegisterOrgSystemUser struct + CreatedBy string + FullNames string + NeedsPasswordChange bool + Password string + PrimaryOrganization uuid.UUID + UserName string + UserRole model.SystemUserRole + type RegisterUserAndOrg struct + Organization *model.Organization + User *model.SystemUser + type UpdateOrganizationRequest struct + Id int + Name string