add config to cmd (#1337)

* add config to cmd

* fix build
This commit is contained in:
Asim Aslam
2020-03-12 18:47:40 +00:00
committed by GitHub
parent 47f1203e97
commit d8cfa7a295
3 changed files with 10 additions and 3 deletions

View File

@@ -23,12 +23,12 @@ type Options struct {
Auth auth.Auth
Broker broker.Broker
Cmd cmd.Cmd
Config config.Config
Client client.Client
Server server.Server
Registry registry.Registry
Transport transport.Transport
Profile profile.Profile
Config config.Config
// Before and After funcs
BeforeStart []func() error