Documentation ¶ Index ¶ func Backend() *backend func Factory(conf *logical.BackendConfig) (logical.Backend, error) type CLIHandler func (h *CLIHandler) Auth(c *api.Client, m map[string]string) (string, error) func (h *CLIHandler) Help() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Backend ¶ func Backend() *backend func Factory ¶ func Factory(conf *logical.BackendConfig) (logical.Backend, error) Types ¶ type CLIHandler ¶ type CLIHandler struct{} func (*CLIHandler) Auth ¶ func (h *CLIHandler) Auth(c *api.Client, m map[string]string) (string, error) func (*CLIHandler) Help ¶ func (h *CLIHandler) Help() string Source Files ¶ View all Source files backend.go cli.go path_config.go path_login.go Click to show internal directories. Click to hide internal directories.