func Backend() *backend
func Factory(ctx context.Context, conf *logical.BackendConfig) (logical.Backend, error)
type CLIHandler struct { // contains filtered or unexported fields }
func (h *CLIHandler) Auth(c *api.Client, m map[string]string) (*api.Secret, error)
func (h *CLIHandler) Help() string