Versions in this module Expand all Collapse all v0 v0.1.1 Aug 29, 2022 Changes in this version + type Cfg struct + APIEndpoint string + ClientTimeout int + Hosts []NginxHost + Resolver string + ResolverTimeout int + type NginxHost struct + Host string + HostHeader string + Port int + Resolve bool + func (nh NginxHost) String() string + type NginxPlus struct + Cfg *Cfg + ClientsPool []*nginx.NginxClient + func (n *NginxPlus) Configure(cfg *Cfg) error + func (n *NginxPlus) Fetch() []*client.Stats + type Resolver struct + func NewResolver(resolver string, timeout int) *Resolver + func (r *Resolver) Lookup(host string) ([]string, error) + type Task struct