Documentation ¶ Index ¶ Variables func Backend(conf *logical.BackendConfig) *backend func Factory(ctx context.Context, conf *logical.BackendConfig) (logical.Backend, error) Constants ¶ This section is empty. Variables ¶ View Source var ( // Name of the program Name string // GitCommit hash GitCommit string // Version build Version string //HumanVersion easy readable for Humans HumanVersion = fmt.Sprintf("%s %s (%s)", Name, Version, GitCommit) ) Functions ¶ func Backend ¶ func Backend(conf *logical.BackendConfig) *backend Backend function implementation func Factory ¶ func Factory(ctx context.Context, conf *logical.BackendConfig) (logical.Backend, error) Factory function implementation Types ¶ This section is empty. Source Files ¶ View all Source files backend.go path_config.go path_login.go version.go Click to show internal directories. Click to hide internal directories.