6 lines
75 B
Protocol Buffer
6 lines
75 B
Protocol Buffer
syntax = "proto3";
|
|
option go_package = "common/protos";
|
|
|
|
message Empty {
|
|
}
|