Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Port defines the port used by the api server Port = getEnv("PORT", "8080") // Env defines the environment where the service is being ran Env = getEnv("ENVIRONMENT", "development") // SourceAddr defines the address used on verifier SourceAddr = getEnv("SOURCE_ADDR", "admin@gmail.com") // HTTPClientTimeout defines the HTTP client timeout used in requests HTTPClientTimeout, _ = strconv.Atoi(getEnv("HTTP_CLIENT_TIMEOUT", "25")) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.