Documentation
¶
Index ¶
- Variables
- func Env() map[string]interface{}
- func EnvVars() (vars map[string]string)
- func FlattenEnvFile(filePath string) (env map[string]string, err error)
- func InitLogger()
- func LogEvent(m map[string]interface{})
- func NormalizeEnvFile(filePath string) (env map[string]interface{}, err error)
- type Conn
Constants ¶
This section is empty.
Variables ¶
View Source
var ( HomeDir = os.Getenv("SLING_HOME_DIR") DbNetDir = os.Getenv("DBNET_HOME_DIR") HomeDirEnvFile = "" DbNetDirEnvFile = "" )
View Source
var DisableSendAnonUsage = false
Functions ¶
func NormalizeEnvFile ¶
Types ¶
type Conn ¶
type Conn struct {
Name string
Description string
Source string
Connection connection.Connection
}
func GetLocalConns ¶
func GetLocalConns() []Conn
Click to show internal directories.
Click to hide internal directories.