chore: proto image migrate to ghcr (#13168)

This commit is contained in:
Marko
2022-09-07 12:03:00 +00:00
committed by GitHub
parent 4a07259ff4
commit 1ad3b29560
30 changed files with 643 additions and 599 deletions
+8 -8
View File
@@ -25,10 +25,10 @@ const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
// PageRequest is to be embedded in gRPC request messages for efficient
// pagination. Ex:
//
// message SomeRequest {
// Foo some_parameter = 1;
// PageRequest pagination = 2;
// }
// message SomeRequest {
// Foo some_parameter = 1;
// PageRequest pagination = 2;
// }
type PageRequest struct {
// key is a value returned in PageResponse.next_key to begin
// querying the next page most efficiently. Only one of offset or key
@@ -123,10 +123,10 @@ func (m *PageRequest) GetReverse() bool {
// PageResponse is to be embedded in gRPC response messages where the
// corresponding request message has used PageRequest.
//
// message SomeResponse {
// repeated Bar results = 1;
// PageResponse page = 2;
// }
// message SomeResponse {
// repeated Bar results = 1;
// PageResponse page = 2;
// }
type PageResponse struct {
// next_key is the key to be passed to PageRequest.key to
// query the next page most efficiently. It will be empty if