Documentation
¶
Index ¶
- type Repository
- func (r *Repository) Create(ctx context.Context, tenantID string, provider oidc.Provider) error
- func (r *Repository) Delete(ctx context.Context, tenantID string, provider oidc.Provider) error
- func (r *Repository) Get(ctx context.Context, issuerURL string) (oidc.Provider, error)
- func (r *Repository) GetForTenant(ctx context.Context, tenantID string) (oidc.Provider, error)
- func (r *Repository) Update(ctx context.Context, tenantID string, provider oidc.Provider) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Repository struct {
// contains filtered or unexported fields
}
func NewRepository ¶
func NewRepository(db *pgxpool.Pool) *Repository
func (*Repository) GetForTenant ¶
Click to show internal directories.
Click to hide internal directories.