This repository has been archived on 2026-03-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
lotus-package-manager/ProtoHandler/Dependency.go

6 lines
82 B
Go

package ProtoHandler
type Dependency struct {
ID string
VersionFilter string
}