mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-20 14:01:24 +00:00
10 lines
142 B
Protocol Buffer
10 lines
142 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package slash.store;
|
|
|
|
option go_package = "gen/store";
|
|
|
|
message ActivityShorcutCreatePayload {
|
|
int32 shortcut_id = 1;
|
|
}
|