From 70728b5306a87b6a0371da56aec94b0b7fbe9e12 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Mon, 20 Sep 2021 13:42:20 +0100 Subject: [PATCH] add qr comment --- qr/proto/qr.proto | 1 + 1 file changed, 1 insertion(+) 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;