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

@ -26,6 +26,7 @@ type Route interface {
Nodes() []*Node
}
// route is a Route without nodes.
type route struct{}
func (*route) Dial(ctx context.Context, network, address string, opts ...DialOption) (net.Conn, error) {