Compare commits
1 Commits
c400d2d58b
...
f248c19b07
| Author | SHA1 | Date | |
|---|---|---|---|
| f248c19b07 |
@@ -12,8 +12,11 @@ service MapsService {
|
||||
rpc Delete(MapId) returns (NullResponse);
|
||||
rpc List(ListRequest) returns (MapList);
|
||||
rpc IncrementLoadCount(MapId) returns (NullResponse);
|
||||
rpc GetSnmfDownloadUrl(MapId) returns (SnmfDownloadUrl);
|
||||
}
|
||||
|
||||
message SnmfDownloadUrl { string Url = 1; }
|
||||
|
||||
message MapIdList { repeated int64 ID = 1; }
|
||||
|
||||
message MapId { int64 ID = 1; }
|
||||
|
||||
Reference in New Issue
Block a user