Documentation ¶
Index ¶
- type SSOSettingsStore
- func (s *SSOSettingsStore) Delete(ctx context.Context, provider string) error
- func (s *SSOSettingsStore) Get(ctx context.Context, provider string) (*models.SSOSettings, error)
- func (s *SSOSettingsStore) List(ctx context.Context) ([]*models.SSOSettings, error)
- func (s *SSOSettingsStore) Upsert(ctx context.Context, settings *models.SSOSettings) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SSOSettingsStore ¶
type SSOSettingsStore struct {
// contains filtered or unexported fields
}
func ProvideStore ¶
func ProvideStore(sqlStore db.DB) *SSOSettingsStore
func (*SSOSettingsStore) Delete ¶
func (s *SSOSettingsStore) Delete(ctx context.Context, provider string) error
func (*SSOSettingsStore) Get ¶
func (s *SSOSettingsStore) Get(ctx context.Context, provider string) (*models.SSOSettings, error)
func (*SSOSettingsStore) List ¶
func (s *SSOSettingsStore) List(ctx context.Context) ([]*models.SSOSettings, error)
func (*SSOSettingsStore) Upsert ¶
func (s *SSOSettingsStore) Upsert(ctx context.Context, settings *models.SSOSettings) error
Click to show internal directories.
Click to hide internal directories.