Documentation ¶ Overview ¶ Package config holds runtime configuration for caffeine. Index ¶ type Config Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Config ¶ type Config struct { // Addr is the HTTP listen address, e.g. ":8080". Addr string // MachineURL is the base URL of the Meticulous machine REST API. MachineURL string } Config captures all runtime knobs. Loaded from flags + env in cmd/caffeine. Source Files ¶ View all Source files config.go Click to show internal directories. Click to hide internal directories.