Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
type Backend struct {
Endpoint string
Token string
PassHeaders []string
// contains filtered or unexported fields
}
func NewBackend ¶
func (*Backend) FetchCredential ¶
func (*Backend) SetPassHeaders ¶
type Credential ¶
type Credential struct {
DatabaseURL string `json:"database_url"`
}
Credential holds the database connection string
Click to show internal directories.
Click to hide internal directories.