🚨 Removed linter warnings for error model

This commit is contained in:
Maxim Lebedev 2021-09-23 23:33:30 +05:00
parent b134ff6596
commit 488cfa6b83
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ import (
"golang.org/x/xerrors"
)
//nolint: tagliatelle
type Error struct {
Code string `json:"error"`
Description string `json:"error_description,omitempty"`