8 lines
57 B
Protocol Buffer
8 lines
57 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package posts.v1;
|
|
|
|
message Post {
|
|
|
|
}
|