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