update comment

This commit is contained in:
David Newhall II 2019-06-19 01:37:39 -07:00
parent 254b2e5e56
commit b0eba73ffa
1 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,8 @@ type Devices struct {
// Unifi is what you get in return for providing a password! Unifi represents // Unifi is what you get in return for providing a password! Unifi represents
// a controller that you can make authenticated requests to. Use this to make // a controller that you can make authenticated requests to. Use this to make
// additional requests for devices, clients or other custom data. // additional requests for devices, clients or other custom data. Do not set
// the loggers to nil. Set them to DiscardLogs if you want no logs.
type Unifi struct { type Unifi struct {
*http.Client *http.Client
baseURL string baseURL string