regen router proto

This commit is contained in:
Asim Aslam
2019-07-26 18:07:36 -07:00
parent 7ca06f0c1d
commit 4e27aac398
2 changed files with 335 additions and 69 deletions

View File

@@ -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,