Fix typo (#64)
This commit is contained in:
parent
0ccfe01abb
commit
9990008755
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ type GPGKey struct {
|
||||||
Expires time.Time `json:"expires_at,omitempty"`
|
Expires time.Time `json:"expires_at,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// GPGKeyEmail a email attache to a GPGKey
|
// GPGKeyEmail an email attached to a GPGKey
|
||||||
// swagger:model GPGKeyEmail
|
// swagger:model GPGKeyEmail
|
||||||
type GPGKeyEmail struct {
|
type GPGKeyEmail struct {
|
||||||
Email string `json:"email"`
|
Email string `json:"email"`
|
||||||
|
|
Loading…
Reference in a new issue