Reducing line size. in some files and shadowing in some test cases.

This commit is contained in:
Renan DelValle 2019-06-11 15:59:57 -07:00
parent fc574490f8
commit 0e916ebd76
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
2 changed files with 12 additions and 10 deletions

View file

@ -21,8 +21,10 @@ import (
"github.com/pkg/errors"
)
// Monitor is a wrapper for the Realis client which allows us to have functions with the same name for Monitoring purposes.
// TODO(rdelvalle): Deprecate monitors and instead add prefix Monitor to all functions in this file like it is done in V2.
// Monitor is a wrapper for the Realis client which allows us to have functions
// with the same name for Monitoring purposes.
// TODO(rdelvalle): Deprecate monitors and instead add prefix Monitor to
// all functions in this file like it is done in V2.
type Monitor struct {
Client Realis
}