add options in broker #333

Merged
vtolstov merged 2 commits from devstigneev/micro:master into master 2024-04-08 23:17:50 +03:00
Showing only changes of commit 56d33ae823 - Show all commits

View File

@ -3,7 +3,6 @@ package broker
import (
"context"
"crypto/tls"
"sync"
"time"
"go.unistack.org/micro/v4/codec"
@ -12,6 +11,7 @@ import (
"go.unistack.org/micro/v4/meter"
"go.unistack.org/micro/v4/options"
"go.unistack.org/micro/v4/register"
"go.unistack.org/micro/v4/sync"
"go.unistack.org/micro/v4/tracer"
)