Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StrNoSQLDBname ¶
func StrNoSQLDBname() string
func StrNoSQLDrive ¶
func StrNoSQLDrive() string
func TestConnection ¶
func TestConnection()
Types ¶
type Enviroment ¶
type Enviroment struct { Domain string `json:"domain"` RemoteHost []RemoteHost `json:"remote_host"` Port string `json:"port"` DbDialect string `json:"db_dialect"` DbHost string `json:"db_host"` DbName string `json:"db_name"` DbUser string `json:"db_user"` DbPassword string `json:"db_password"` DbSslmode string `json:"db_sslmode"` DbPort string `json:"db_port"` AppKey string `json:"app_key"` SmtpHost string `json:"smtp_host"` SmtpPort string `json:"smtp_port"` SmtpEmail string `json:"smtp_email"` SmtpPassword string `json:"smtp_password"` SmtpTls string `json:"smtp_tls"` }
func EnviromentsRaw ¶
func EnviromentsRaw() Enviroment
type IBMIAMCredential ¶
type IBMIAMCredential struct { Apikey string `json:"apikey"` Host string `json:"host"` IamApikeyDescription string `json:"iam_apikey_description"` IamApikeyName string `json:"iam_apikey_name"` IamRoleCrn string `json:"iam_role_crn"` IamServiceidCrn string `json:"iam_serviceid_crn"` Url string `json:"url"` Username string `json:"username"` Password string `json:"password"` Port string `json:"port"` }
func IBMIAMCredentialRaw ¶
func IBMIAMCredentialRaw() IBMIAMCredential
type RemoteHost ¶
type RemoteHost struct {
Name string `json:"name"`
}
Click to show internal directories.
Click to hide internal directories.