Commit from GitHub Actions (Publish APIs & Clients)

This commit is contained in:
asim
2021-09-20 14:19:29 +00:00
parent 83e824c619
commit e4dbed6df3
7 changed files with 7 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ type QrService struct {
client *client.Client
}
//
// Generate a QR code with a specific text and size
func (t *QrService) Generate(request *GenerateRequest) (*GenerateResponse, error) {
rsp := &GenerateResponse{}
return rsp, t.client.Call("qr", "Generate", request, rsp)