Rename proto Req/Res to Pagination (#6796)

* Rename proto Req to Pagination

* Change Res to Pagination

Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
Amaury Martiny
2020-07-20 16:51:16 +00:00
committed by GitHub
co-authored by Alexander Bezobchuk mergify[bot]
parent 515b25b94e
commit 69bbb8b327
51 changed files with 1564 additions and 1562 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ done
# generate codec/testdata proto code
protoc -I "proto" -I "third_party/proto" -I "testutil/testdata" --gocosmos_out=plugins=interfacetype+grpc,\
Mgoogle/protobuf/any.proto=github.com/cosmos/cosmos-sdk/codec/types:. ./codec/testdata/proto.proto
Mgoogle/protobuf/any.proto=github.com/cosmos/cosmos-sdk/codec/types:. ./testutil/testdata/proto.proto
# move proto files to the right places
cp -r github.com/cosmos/cosmos-sdk/* ./