fixup deps

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2020-08-28 11:27:45 +03:00
parent 0f19355621
commit 6aa857dfa1
4 changed files with 3 additions and 56 deletions

View File

@@ -62,6 +62,8 @@ func newOptions(opts ...Option) Options {
return opt
}
type Option func(*Options)
// Broker to be used for service
func Broker(b broker.Broker) Option {
return func(o *Options) {