mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-03 20:21:40 +00:00
chore: buf format
This commit is contained in:
@ -79,14 +79,13 @@ message Shortcut {
|
||||
|
||||
message OpenGraphMetadata {
|
||||
string title = 1;
|
||||
|
||||
|
||||
string description = 2;
|
||||
|
||||
|
||||
string image = 3;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
message ListShortcutsRequest {}
|
||||
|
||||
message ListShortcutsResponse {
|
||||
@ -120,13 +119,14 @@ message GetShortcutAnalyticsRequest {
|
||||
}
|
||||
|
||||
message GetShortcutAnalyticsResponse {
|
||||
message AnalyticsItem {
|
||||
string name = 1;
|
||||
int32 count = 2;
|
||||
}
|
||||
repeated AnalyticsItem references = 1;
|
||||
|
||||
repeated AnalyticsItem devices = 2;
|
||||
|
||||
repeated AnalyticsItem browsers = 3;
|
||||
|
||||
message AnalyticsItem {
|
||||
string name = 1;
|
||||
int32 count = 2;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user