Versions in this module Expand all Collapse all v0 v0.1.0 Apr 9, 2020 Changes in this version + type Config struct + Client HTTPClient + Hostname string + Listen string + LogLevel string + OriginHost string + func LoadConfig() (Config, error) + func (c Config) GetLogger() *logrus.Logger + func (c Config) IsLocalHost() bool + type HTTPClient struct + Timeout time.Duration + func (h HTTPClient) New() *http.Client + type Propeller struct + Client *propeller.Client + Creds string + Host string