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,6 @@
package ProtoHandler
type Dependency struct {
ID string
VersionFilter string
}