Add channel
This commit is contained in:
parent
cf04392b13
commit
8d5586558c
1 changed files with 4 additions and 3 deletions
|
@ -21,6 +21,7 @@ type Client struct {
|
|||
httpClient http.Client
|
||||
interval time.Duration
|
||||
config *config.Config
|
||||
MetricRetrieved chan bool
|
||||
}
|
||||
|
||||
// NewClient method initializes a new PI-Hole client.
|
||||
|
|
Loading…
Reference in a new issue