Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseJsonError ¶
Types ¶
type ConfigServer ¶
type ConfigServer struct {
LogLevel string `cloud:"log_level"`
LogJSON *bool `cloud:"log_json"`
LogNoColor bool `cloud:"log_no_color"`
FallbackToSqlite bool `cloud:"fallback_to_sqlite"`
SSLCertFile string `cloud:"ssl_cert_file" cloud-default:""`
SSLKeyFile string `cloud:"ssl_key_file" cloud-default:""`
SQLitePath string `cloud:"sqlite_path" cloud-default:"sec_entitlement.db"`
SQLCnxMaxIdle int `cloud:"sql_cnx_max_idle" cloud-default:"20"`
SQLCnxMaxOpen int `cloud:"sql_cnx_max_open" cloud-default:"100"`
SQLCnxMaxLife string `cloud:"sql_cnx_max_life" cloud-default:"1h"`
NotExitWhenConnFailed bool `cloud:"not_exit_when_con_failed"`
CloudFoundry CFConfig `cloud:"cloud_foundry"`
AuthKey string `cloud:"auth_key"`
JWT JWT `cloud:"jwt"`
}
type EntitlementSecGroup ¶
Click to show internal directories.
Click to hide internal directories.