function to fetch stats
(cfg *Config)
| 100 | |
| 101 | // DataFetcher is the data fetcher interface |
| 102 | type DataFetcher interface { |
| 103 | //function to gm data |
| 104 | FetchGMs(cfg *Config) (targest []string, err error) |
| 105 | //function to fetch stats |
no outgoing calls