Unexport adapter implementations to make it clear that API interfaces should be used 72/15472/1
authorOndrej Fabry <ofabry@cisco.com>
Tue, 23 Oct 2018 11:20:31 +0000 (13:20 +0200)
committerOndrej Fabry <ofabry@cisco.com>
Tue, 23 Oct 2018 11:20:31 +0000 (13:20 +0200)
commit6d6ad42ec0942a378c5550ad3472f388d7c85d49
treec938eca12ca683335a518e6c0bcf7df3c00cea1f
parentc00356ec332203f353fcd5f5992226940d90da92
Unexport adapter implementations to make it clear that API interfaces should be used

- this decision was made to follow more idiomatic Go, described in
  https://golang.org/doc/effective_go.html#generality

Change-Id: I341556c792df77ca35a60a1e4afc541482f23734
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
adapter/vppapiclient/stat_client.go
adapter/vppapiclient/stat_client_stub.go
adapter/vppapiclient/vppapiclient.go
adapter/vppapiclient/vppapiclient_stub.go