Documentation ¶ Index ¶ func Backend() *backend func Factory(ctx context.Context, conf *logical.BackendConfig) (logical.Backend, error) type CLIHandler func (h *CLIHandler) Auth(c *api.Client, m map[string]string) (*api.Secret, error) func (h *CLIHandler) Help() string type GroupEntry type UserEntry Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Backend ¶ func Backend() *backend func Factory ¶ func Factory(ctx context.Context, 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) (*api.Secret, error) func (*CLIHandler) Help ¶ func (h *CLIHandler) Help() string type GroupEntry ¶ type GroupEntry struct { Policies []string } type UserEntry ¶ added in v0.3.0 type UserEntry struct { Groups []string Policies []string } Source Files ¶ View all Source files backend.gocli.gopath_config.gopath_groups.gopath_login.gopath_users.go Click to show internal directories. Click to hide internal directories.