mirror of
https://github.com/aykhans/slash-e.git
synced 2025-06-14 20:07:50 +00:00
feat: add create shortcut api
This commit is contained in:
9
proto/store/activity.proto
Normal file
9
proto/store/activity.proto
Normal file
@ -0,0 +1,9 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package slash.store;
|
||||
|
||||
option go_package = "gen/store";
|
||||
|
||||
message ActivityShorcutCreatePayload {
|
||||
int32 shortcut_id = 1;
|
||||
}
|
Reference in New Issue
Block a user