generated from pkg/go-template
14 lines
344 B
Protocol Buffer
14 lines
344 B
Protocol Buffer
syntax = "proto3";
|
|
import "script/script.proto";
|
|
option go_package = "git.icechen.cn/monorepo/backend/pkg/proto/brahma/murders";
|
|
package murder;
|
|
|
|
service murders{
|
|
rpc GetScripts(QueryCondition) returns(script.Scripts){}
|
|
}
|
|
|
|
message QueryCondition {
|
|
optional sint64 page = 1;
|
|
optional sint64 size = 2;
|
|
map<string, string> query_map = 3;
|
|
} |