mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-27 16:32:20 -07:00
Address server review comments for deck share links
This commit is contained in:
parent
5d0a23dffb
commit
b7e4afa399
19 changed files with 348 additions and 66 deletions
|
|
@ -0,0 +1,10 @@
|
|||
syntax = "proto2";
|
||||
|
||||
// A share bundle created by a user, as reported by a "list my shares" query.
|
||||
message ServerInfo_DeckShareSummary {
|
||||
optional uint32 id = 1;
|
||||
optional string name = 2;
|
||||
optional uint64 creation_time = 3;
|
||||
optional uint64 expires_at = 4;
|
||||
optional uint32 item_count = 5;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue