mv metrics/service to x

This commit is contained in:
ginuerzh
2022-09-28 11:46:32 +08:00
parent 41ff9835a6
commit 6e7a8f4619
5 changed files with 3 additions and 240 deletions

View File

@ -18,10 +18,10 @@ type SockOpts struct {
}
type RouterOptions struct {
Retries int
Timeout time.Duration
IfceName string
SockOpts *SockOpts
Timeout time.Duration
Retries int
Chain Chainer
Resolver resolver.Resolver
HostMapper hosts.HostMapper