many improvements with options and noop stuff
* add many options helpers * fix noop client to allow publish messages to topic in broker * fix noop server to allow registering in registry * fix noop server to allow subscribe to topic in broker * fix new service initialization Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
DefaultServer Server = newServer()
|
||||
DefaultServer Server = &NoopServer{opts: NewOptions()}
|
||||
)
|
||||
|
||||
// Server is a simple micro server abstraction
|
||||
|
||||
Reference in New Issue
Block a user