Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultData ¶
type DefaultData struct {
Clients []oidc_storage.OidcClient `json:"clients"`
Users []oidc_storage.User `json:"users"`
}
type DefaultDataBadger ¶
type DefaultDataBadger struct {
}
func NewDefaultDataBadger ¶
func NewDefaultDataBadger(db *badgerdot.BadgerDbDot, logger *dot.LoggerType) DefaultDataBadger
type DefaultDataPebble2 ¶
type DefaultDataPebble2 struct {
}
func NewDefaultDataPebble2 ¶
func NewDefaultDataPebble2(db *pebble2dot.Pebble2, logger *dot.LoggerType) DefaultDataPebble2
Click to show internal directories.
Click to hide internal directories.