mirror of
https://codeberg.org/steam-vent/proto.git
synced 2026-08-02 12:14:48 +02:00
initial import from steam-vent repo
This commit is contained in:
commit
d936a6049b
237 changed files with 607341 additions and 0 deletions
21
steam/protos/webuimessages_gamenotes.proto
Normal file
21
steam/protos/webuimessages_gamenotes.proto
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
import "steammessages_base.proto";
|
||||
import "webuimessages_base.proto";
|
||||
|
||||
option optimize_for = SPEED;
|
||||
option cc_generic_services = true;
|
||||
|
||||
message CGameNotes_UploadImage_Request {
|
||||
optional string file_prefix = 1;
|
||||
optional string mime_type = 2;
|
||||
optional bytes data = 3;
|
||||
}
|
||||
|
||||
message CGameNotes_UploadImage_Response {
|
||||
optional string filename = 1;
|
||||
}
|
||||
|
||||
service GameNotes {
|
||||
option (webui_service_execution_site) = k_EClientExecutionSiteSteamUI;
|
||||
|
||||
rpc UploadImage (.CGameNotes_UploadImage_Request) returns (.CGameNotes_UploadImage_Response);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue