Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

github.com/go-ego/riot/net/grpc does not build #64

Closed
h8liu opened this issue Aug 1, 2018 · 2 comments
Closed

github.com/go-ego/riot/net/grpc does not build #64

h8liu opened this issue Aug 1, 2018 · 2 comments

Comments

@h8liu
Copy link
Contributor

h8liu commented Aug 1, 2018

# github.com/go-ego/riot/net/grpc
src/github.com/go-ego/riot/net/grpc/etcd.go:66:2: undefined: doc.RegisterGreeterServer
src/github.com/go-ego/riot/net/grpc/grpc.go:147:2: undefined: doc.RegisterGreeterServer
src/github.com/go-ego/riot/net/grpc/grpcc.go:52:7: undefined: doc.NewGreeterClient
src/github.com/go-ego/riot/net/grpc/grpcc.go:78:7: undefined: doc.NewGreeterClient
src/github.com/go-ego/riot/net/grpc/grpcc.go:123:7: undefined: doc.NewGreeterClient
# github.com/go-ego/riot/net/heartb
src/github.com/go-ego/riot/net/heartb/heart.go:55:7: undefined: doc.NewGreeterClient
src/github.com/go-ego/riot/net/heartb/heart.go:75:14: undefined: doc.GreeterClient

the updated protobuf generated file does not have the service stubs generated.

see https://smallrepo.com/builds/20180801-180048-dfe5992b for build log

@vcaesar
Copy link
Member

vcaesar commented Aug 1, 2018

I updated it with the golang build tool, it should be that I updated the gogo tool to cause a build error.

@h8liu
Copy link
Contributor Author

h8liu commented Aug 1, 2018

fixed now. thanks.

@h8liu h8liu closed this as completed Aug 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants