Added structs for PackageMetadata and childs

This commit is contained in:
netbenix 2021-11-06 22:40:26 +01:00
parent ff755e8e05
commit b99e508a9b
3 changed files with 72 additions and 0 deletions

View file

@ -0,0 +1,8 @@
package ProtoHandler
type Checksums struct {
MD5 string
SHA1 string
SHA256 string
SHA512 string
}