Versions in this module Expand all Collapse all v0 v0.0.3 Oct 23, 2022 Changes in this version + type Conf struct + HostFilters []string + MaxAvgRtt int + PingCount int + ReqTimeout int + SourceUrls []string + WorkerNum int + type GhConfig struct + Conf *Conf + func (that *GhConfig) AddUrls(urls ...string) + func (that *GhConfig) ConfigPath() string + func (that *GhConfig) Create() + func (that *GhConfig) Load() + func (that *GhConfig) Path() (p string, err error) + func (that *GhConfig) RemoveUrls(idx int) + func (that *GhConfig) Set(key, value string) + func (that *GhConfig) ShowConfig()