Documentation
¶
Index ¶
Constants ¶
View Source
const ( DebugKey = "debug" CacheLimitKey = "cache_limit" CacheTTLKey = "cache_ttl" APIHostKey = "api_host" ServerHostKey = "server_host" ServerPortKey = "server_port" DownloadEndpointKey = "endpoints.download" ListEndpointKey = "endpoints.list" MD5EndpointKey = "endpoints.md5" DefaultDebugFlag = false DefaultCacheLimit = 10000 DefaultCacheTTL = "10m" DefaultServerHost = "127.0.0.1" DefaultServerPort = "8080" DefaultDLEndpointPath = "/download" DefaultListEndpointPath = "/list" DefaultMD5EndpointPath = "/md5" )
Config keys and default values
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.