add qr comment

This commit is contained in:
Asim Aslam
2021-09-20 13:42:20 +01:00
parent 3d6520657b
commit 70728b5306

View File

@@ -9,6 +9,7 @@ service Qr {
rpc Generate(GenerateRequest) returns (GenerateResponse) {} rpc Generate(GenerateRequest) returns (GenerateResponse) {}
} }
// Generate a QR code with a specific text and size
message GenerateRequest { message GenerateRequest {
// the text to encode as a QR code (URL, phone number, email, etc) // the text to encode as a QR code (URL, phone number, email, etc)
string text = 1; string text = 1;