1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-11-23 21:44:41 +02:00

Update options.go

This commit is contained in:
Asim Aslam
2021-09-19 17:22:28 +01:00
committed by GitHub
parent 066ce5045b
commit cb3db7dd83

View File

@@ -2,6 +2,7 @@ package cmd
import (
"context"
"github.com/asim/go-micro/v3/auth"
"github.com/asim/go-micro/v3/broker"
"github.com/asim/go-micro/v3/cache"
@@ -238,4 +239,4 @@ func NewProfile(name string, t func(...profile.Option) profile.Profile) Option {
return func(o *Options) {
o.Profiles[name] = t
}
}
}