use own fork

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-02-19 23:12:48 +03:00
parent 1d201e801b
commit 9c94a3e6a8
21 changed files with 2225 additions and 108 deletions

View File

@@ -4,12 +4,12 @@ package mdns
import (
"context"
"github.com/micro/go-micro/v3/registry"
"github.com/unistack-org/micro/v3/register"
)
// Domain sets the mdnsDomain
func Domain(d string) registry.Option {
return func(o *registry.Options) {
func Domain(d string) register.Option {
return func(o *register.Options) {
if o.Context == nil {
o.Context = context.Background()
}