Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Environments = map[string]string{
"dev": "dev",
"prod": "prod",
}
Functions ¶
Types ¶
type Config ¶
type Config struct { App app Svc Service Http HTTPServerConfig S3 s3 Crypto crypto }
var Cfg *Config
type HTTPServerConfig ¶
type HTTPServerConfig struct { CORS string Endpoint string MaxBodySize int64 // contains filtered or unexported fields }
func (*HTTPServerConfig) GetBaseURL ¶
func (h *HTTPServerConfig) GetBaseURL() string
func (*HTTPServerConfig) GetListenAddr ¶
func (h *HTTPServerConfig) GetListenAddr() string
Click to show internal directories.
Click to hide internal directories.