mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
update proto comment
This commit is contained in:
@@ -19,7 +19,7 @@ message SendRequest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
message SendResponse {
|
message SendResponse {
|
||||||
// will return "ok" if sent and "failed" if there was a problem
|
// will return "ok" if sent
|
||||||
string status = 1;
|
string status = 1;
|
||||||
// any additional info
|
// any additional info
|
||||||
string info = 2;
|
string info = 2;
|
||||||
|
|||||||
Reference in New Issue
Block a user