Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DummyProvider ¶ added in v0.0.67
type HttpProvider ¶
type MinepkgProvider ¶
type MinepkgProvider struct {
Client *api.MinepkgAPI
}
type Request ¶
type Request struct { Dependency *manifest.InterpretedDependency Requirements manifest.PlatformLock Root *manifest.DependencyLock // contains filtered or unexported fields }
type Result ¶
type Result interface { Lock() *manifest.DependencyLock Dependencies() []*manifest.InterpretedDependency }
Click to show internal directories.
Click to hide internal directories.