libs5-go/metadata/user_identity_publickey.go

6 lines
68 B
Go
Raw Normal View History

2024-01-05 13:46:08 +00:00
package metadata
type UserIdentityPublicKey struct {
Key []byte
}