Documentation ¶
Index ¶
- type APIKey
- type AccountV2
- func (a *AccountV2) ChangeAvatarImageURL(url string) error
- func (a *AccountV2) ChangeEnvironmentRole(roles []*proto.AccountV2_EnvironmentRole) error
- func (a *AccountV2) ChangeName(newName string) error
- func (a *AccountV2) ChangeOrganizationRole(role proto.AccountV2_Role_Organization) error
- func (a *AccountV2) Disable() error
- func (a *AccountV2) Enable() error
- func (a *AccountV2) PatchEnvironmentRole(patchRoles []*proto.AccountV2_EnvironmentRole) error
- type AccountWithOrganization
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountV2 ¶ added in v0.4.0
func NewAccountV2 ¶ added in v0.4.0
func NewAccountV2( email, name, avatarImageURL, organizationID string, organizationRole proto.AccountV2_Role_Organization, environmentRoles []*proto.AccountV2_EnvironmentRole, ) *AccountV2
func (*AccountV2) ChangeAvatarImageURL ¶ added in v0.4.0
func (*AccountV2) ChangeEnvironmentRole ¶ added in v0.4.0
func (a *AccountV2) ChangeEnvironmentRole(roles []*proto.AccountV2_EnvironmentRole) error
func (*AccountV2) ChangeName ¶ added in v0.4.0
func (*AccountV2) ChangeOrganizationRole ¶ added in v0.4.0
func (a *AccountV2) ChangeOrganizationRole(role proto.AccountV2_Role_Organization) error
func (*AccountV2) PatchEnvironmentRole ¶ added in v0.4.0
func (a *AccountV2) PatchEnvironmentRole(patchRoles []*proto.AccountV2_EnvironmentRole) error
type AccountWithOrganization ¶ added in v0.4.0
type AccountWithOrganization struct { *proto.AccountV2 *environmentproto.Organization }
Click to show internal directories.
Click to hide internal directories.