registry

package
v1.10.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 13, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var NewFuncs = map[string]NewFunc{}

NewFuncs is a map containing all the registered auth managers.

Functions

func Register

func Register(name string, f NewFunc)

Register registers a new auth manager new function. Not safe for concurrent use. Safe for use from package init.

Types

type NewFunc

type NewFunc func(map[string]interface{}) (auth.Manager, error)

NewFunc is the function that auth implementations should register at init time.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL