mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
add qr comment
This commit is contained in:
@@ -9,6 +9,7 @@ service Qr {
|
||||
rpc Generate(GenerateRequest) returns (GenerateResponse) {}
|
||||
}
|
||||
|
||||
// Generate a QR code with a specific text and size
|
||||
message GenerateRequest {
|
||||
// the text to encode as a QR code (URL, phone number, email, etc)
|
||||
string text = 1;
|
||||
|
||||
Reference in New Issue
Block a user