Searched defs:GlobalConfig (Results 1 – 2 of 2) sorted by relevance
18 type GlobalConfig struct { struct20 AccessLevel AccessLevel22 AuthDomain string24 AnalyticsTrackingID string26 Clients map[string]string28 EmailBlacklist []string34 Namespaces map[string]*Config36 KernelRepos map[string]KernelRepo150 func installConfig(cfg *GlobalConfig) {
270 struct GlobalConfig { struct271 CURL *easy; /* Once we have one, we keep it here */272 int showerror; /* -1 == unset, default => show errors275 bool mute; /* don't show messages, --silent given */276 bool noprogress; /* don't show progress bar --silent given */277 bool isatty; /* Updated internally if output is a tty */278 FILE *errors; /* Error stream, defaults to stderr */279 bool errors_fopened; /* Whether error stream isn't stderr */280 char *trace_dump; /* file to dump the network trace to */281 FILE *trace_stream;[all …]