Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToAtlas ¶
func ToAtlas(orgSettings *AtlasOrgSettings) *admin.OrganizationSettings
Types ¶
type AtlasOrgSettings ¶
type AtlasOrgSettings struct {
akov2.AtlasOrgSettingsSpec
}
func NewFromAKO ¶
func NewFromAKO(spec akov2.AtlasOrgSettingsSpec) *AtlasOrgSettings
func NewFromAtlas ¶
func NewFromAtlas(orgID string, atlasSpec *admin.OrganizationSettings) *AtlasOrgSettings
func (*AtlasOrgSettings) Equal ¶
func (a *AtlasOrgSettings) Equal(other *AtlasOrgSettings) bool
type AtlasOrgSettingsService ¶
type AtlasOrgSettingsService interface { Get(ctx context.Context, orgID string) (*AtlasOrgSettings, error) Update(ctx context.Context, orgID string, aos *AtlasOrgSettings) (*AtlasOrgSettings, error) }
func NewAtlasOrgSettingsService ¶
func NewAtlasOrgSettingsService(api admin.OrganizationsApi) AtlasOrgSettingsService
type AtlasOrgSettingsServiceImpl ¶
type AtlasOrgSettingsServiceImpl struct {
// contains filtered or unexported fields
}
func (*AtlasOrgSettingsServiceImpl) Get ¶
func (a *AtlasOrgSettingsServiceImpl) Get(ctx context.Context, orgID string) (*AtlasOrgSettings, error)
func (*AtlasOrgSettingsServiceImpl) Update ¶
func (a *AtlasOrgSettingsServiceImpl) Update(ctx context.Context, orgID string, aos *AtlasOrgSettings) (*AtlasOrgSettings, error)
Click to show internal directories.
Click to hide internal directories.