Versions in this module Expand all Collapse all v1 v1.0.0 Mar 18, 2016 Changes in this version + type APIConfig struct + CAFile string + CertFile string + HealthPort int + KeyFile string + PaginationKey string + Port int + Timeout time.Duration + type Config struct + API *APIConfig + Database *DatabaseConfig + Notifier *NotifierConfig + Updater *UpdaterConfig + func DefaultConfig() Config + func Load(path string) (config *Config, err error) + type DatabaseConfig struct + CacheSize int + Source string + type File struct + Clair Config + type NotifierConfig struct + Attempts int + Params map[string]interface{} + RenotifyInterval time.Duration + type UpdaterConfig struct + Interval time.Duration v1.0.0-rc1 Feb 24, 2016