Documentation ¶
Index ¶
Constants ¶
View Source
const ( KeyLogLevel = "log.level" KeyCRDBDatabase = "crdb.database" KeyCRDBHost = "crdb.host" KeyCRDBPort = "crdb.port" KeyCRDBUser = "crdb.user" KeyCRDBPassword = "crdb.password" KeyCRDBMode = "crdb.mode" KeyAgentLogFormat = "agent.log-format" KeyGoogleAgentEnable = "gops.enable" KeyGoogleAgentBind = "gops.bind" KeyGoogleAgentPort = "gops.port" KeyPProfEnable = "pprof.enable" KeyPProfBind = "pprof.bind" KeyPProfPort = "pprof.port" KeyHTTPServerBind = "http.bind" KeyHTTPServerPort = "http.port" KeyTritonDC = "triton.dc" KeyTritonURL = "triton.url" KeyTritonAuthURL = "triton.auth-url" KeyTritonKeyPrefix = "triton.key-prefix" KeyTritonWhitelist = "triton.whitelist" KeyNomadURL = "nomad.url" KeyNomadPort = "nomad.port" )
View Source
const ( // Use a log format that resembles time.RFC3339Nano but includes all trailing // zeros so that we get fixed-width logging. LogTimeFormat = "2006-01-02T15:04:05.000000000Z07:00" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DBPool ¶
type DBPool = pgx.ConnPoolConfig
type HTTPServer ¶
Click to show internal directories.
Click to hide internal directories.