Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2021-03-24 23:26:02 +03:00
parent 89d804f9e6
commit 55d1d81f04

View File

@ -75,6 +75,7 @@ func (b *serviceBroker) Init(opts ...broker.Option) error {
b.client = pbmicro.NewBrokerClient(b.service, cli)
b.init = true
return nil
}