Documentation ¶
Index ¶
Constants ¶
View Source
const ( ConnectionBlock = "connection" DatabaseBlock = "database" GeneralBlock = "general" TerminalBlock = "terminal" )
hcl options block types
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connection ¶
options.Connection
func (*Connection) ConfigMap ¶
func (c *Connection) ConfigMap() map[string]interface{}
func (*Connection) Equals ¶
func (c *Connection) Equals(other *Connection) bool
type Options ¶
type Options interface { // map of config keys to values - used to populate viper ConfigMap() map[string]interface{} }
Click to show internal directories.
Click to hide internal directories.