add comment, tidy go mod

This commit is contained in:
Samuel Lorch 2021-09-22 10:15:14 +02:00
parent 43193345fa
commit 6eb5734169
2 changed files with 2 additions and 1 deletions

View file

@ -9,6 +9,7 @@ import (
"github.com/google/uuid"
)
// GPGVerifyContainer is used for verification
type GPGVerifyContainer struct {
Req GPGVerify `json:"gpg_auth"`
}