Added structs for PackageMetadata and childs
This commit is contained in:
parent
ff755e8e05
commit
b99e508a9b
3 changed files with 72 additions and 0 deletions
8
ProtoHandler/Checksums.go
Normal file
8
ProtoHandler/Checksums.go
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package ProtoHandler
|
||||
|
||||
type Checksums struct {
|
||||
MD5 string
|
||||
SHA1 string
|
||||
SHA256 string
|
||||
SHA512 string
|
||||
}
|
||||
Reference in a new issue