Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildList ¶
type BuildList map[VersionedModule]bool
func ConstructBuildList ¶
func ConstructBuildList(g BuildListGraph, root VersionedModule) (BuildList, error)
func (BuildList) ToSlice ¶
func (s BuildList) ToSlice() []VersionedModule
type BuildListGraph ¶
type BuildListGraph interface {
GetDependencies(vmod VersionedModule) ([]VersionedModule, error)
}
type ModuleFile ¶
type ModuleFile struct {
Name string
}
type NativePackageReader ¶
type NativePackageReader struct {
// contains filtered or unexported fields
}
func NewNativePackageReader ¶
func NewNativePackageReader(path string) *NativePackageReader
func (*NativePackageReader) ListUnits ¶
func (r *NativePackageReader) ListUnits() ([]string, error)
func (*NativePackageReader) Path ¶
func (r *NativePackageReader) Path() string
type PackageReader ¶
type Requirement ¶
type VersionedModule ¶
Click to show internal directories.
Click to hide internal directories.