libs5-go/metadata/user_identity_publickey.go

6 lines
68 B
Go

package metadata
type UserIdentityPublicKey struct {
Key []byte
}