All import paths updated to git.wntrmute.dev/mc/. Bumps mcdsl to v1.2.0. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
12 lines
209 B
Protocol Buffer
12 lines
209 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package mcr.v1;
|
|
|
|
option go_package = "git.wntrmute.dev/mc/mcr/gen/mcr/v1;mcrv1";
|
|
|
|
// Pagination controls for list RPCs.
|
|
message PaginationRequest {
|
|
int32 limit = 1;
|
|
int32 offset = 2;
|
|
}
|