Lines Matching defs:Config
40 type Config struct { struct
42 AccessLevel AccessLevel
44 DisplayTitle string
47 CoverLink string
49 Clients map[string]string
51 Key string
53 MailWithoutReport bool
55 ReportingDelay time.Duration
57 WaitForRepro time.Duration
59 Managers map[string]ConfigManager
61 Reporting []Reporting
93 Config ReportingType member
129 func (cfg *Config) ReportingByName(name string) *Reporting {
182 func checkNamespace(ns string, cfg *Config, namespaces, clientNames map[string]bool) {