noop impl (#32)
* improve logger usage * add noop client and server Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
DefaultClient Client
|
||||
DefaultClient Client = newClient()
|
||||
)
|
||||
|
||||
// Client is the interface used to make requests to services.
|
||||
|
||||
Reference in New Issue
Block a user