Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WrapEtcdConfig ¶
type WrapEtcdConfig struct {
// contains filtered or unexported fields
}
WrapEtcdConfig options for connecting to etcd databases and override connector crud by auth client.
func NewWrapEtcdStorage ¶
func NewWrapEtcdStorage(etcd etcd.Etcd, authClient authinternalclient.AuthInterface) *WrapEtcdConfig
func (*WrapEtcdConfig) Open ¶
func (p *WrapEtcdConfig) Open(logger log.Logger) (dexstorage.Storage, error)
Open creates a new storage implementation backed by Etcd
Click to show internal directories.
Click to hide internal directories.