6 lines
82 B
Go
6 lines
82 B
Go
package ProtoHandler
|
|
|
|
type Dependency struct {
|
|
ID string
|
|
VersionFilter string
|
|
}
|