Documentation ¶ Index ¶ Constants func Backend() *framework.Backend func Factory(conf *logical.BackendConfig) (logical.Backend, error) func Query(tpl string, data map[string]string) string func SplitSQL(sql string) []string Constants ¶ View Source const SecretCredsType = "creds" Variables ¶ This section is empty. Functions ¶ func Backend ¶ func Backend() *framework.Backend func Factory ¶ func Factory(conf *logical.BackendConfig) (logical.Backend, error) func Query ¶ func Query(tpl string, data map[string]string) string Query templates a query for us. func SplitSQL ¶ func SplitSQL(sql string) []string SplitSQL is used to split a series of SQL statements Types ¶ This section is empty. Source Files ¶ View all Source files backend.go path_config_connection.go path_config_lease.go path_role_create.go path_roles.go query.go secret_creds.go util.go Click to show internal directories. Click to hide internal directories.