diff --git a/qr/proto/qr.proto b/qr/proto/qr.proto index 6b7dc74..dce0a49 100644 --- a/qr/proto/qr.proto +++ b/qr/proto/qr.proto @@ -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;