Merge pull request #7702 from heyitsanthony/rpc-swagger

v3lock, v3election: generate and serve grpc-gateway endpoints
This commit is contained in:
Anthony Romano
2017-04-10 16:48:11 -07:00
committed by GitHub
19 changed files with 1147 additions and 48 deletions

2
test
View File

@@ -27,7 +27,7 @@ fi
COVER=${COVER:-"-cover"}
# Hack: gofmt ./ will recursively check the .git directory. So use *.go for gofmt.
IGNORE_PKGS="(cmd|vendor|etcdserverpb|rafttest|gopath.proto)"
IGNORE_PKGS="(cmd|vendor|etcdserverpb|rafttest|gopath.proto|v3lockpb|v3electionpb)"
INTEGRATION_PKGS="(integration|e2e|contrib|functional-tester)"
# all github.com/coreos/etcd/whatever pkgs that are not auto-generated / tools