update for latest micro

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-01-29 23:01:34 +03:00
parent f95d343393
commit c60040633c
10 changed files with 179 additions and 435 deletions

View File

@@ -141,6 +141,10 @@ func (b *serviceBroker) String() string {
return "service"
}
func (b *serviceBroker) Name() string {
return b.opts.Name
}
func NewBroker(opts ...broker.Option) broker.Broker {
options := broker.NewOptions(opts...)