overpush/proto/url.proto

10 lines
121 B
Protocol Buffer
Raw Normal View History

2023-06-08 20:43:48 +00:00
syntax = 'proto3';
package overpush;
option go_package = '.;pb';
message URL {
string title = 1;
string link = 2;
}