Documentation ¶
Index ¶
Constants ¶
View Source
const ( // EnvServiceName is the environment variable name for service name EnvServiceName = "SERVICE_NAME" // EnvServiceMethod is the environment variable name for service access method EnvServiceMethod = "SERVICE_METHOD" // EnvWebhookAddress is the environment variable name for webhook address EnvWebhookAddress = "WEBHOOK_ADDRESS" // EnvServiceAddress is the environment variable name for service address EnvServiceAddress = "SERVICE_ADDRESS" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessConfig ¶
type Config ¶
type Config struct { Trace TraceConfig Log LogConfig Server ServerConfig Service AccessConfig }
Config global config
type ServerConfig ¶
Click to show internal directories.
Click to hide internal directories.