regen router proto
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Code generated by protoc-gen-micro. DO NOT EDIT.
|
||||
// source: router.proto
|
||||
// source: go-micro/network/router/proto/router.proto
|
||||
|
||||
package router
|
||||
package go_micro_router
|
||||
|
||||
import (
|
||||
fmt "fmt"
|
||||
@@ -51,7 +51,7 @@ func NewRouterService(name string, c client.Client) RouterService {
|
||||
c = client.NewClient()
|
||||
}
|
||||
if len(name) == 0 {
|
||||
name = "router"
|
||||
name = "go.micro.router"
|
||||
}
|
||||
return &routerService{
|
||||
c: c,
|
||||
|
||||
Reference in New Issue
Block a user