Shedding interface because there is no good reason to have it.

This commit is contained in:
Renan DelValle 2018-11-07 18:24:21 -08:00
parent 2eaa60f681
commit a23bd1b2cc
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
5 changed files with 54 additions and 103 deletions

View file

@ -77,7 +77,7 @@ func main() {
var job realis.Job
var err error
var monitor *realis.Monitor
var r realis.Realis
var r *realis.RealisClient
clientOptions := []realis.ClientOption{
realis.BasicAuth(username, password),