git-bug/identity/key.go
2019-03-01 22:35:36 +01:00

8 lines
151 B
Go

package identity
type Key struct {
// The GPG fingerprint of the key
Fingerprint string `json:"fingerprint"`
PubKey string `json:"pub_key"`
}