Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GovendorPackage ¶
type GovendorPackage struct {
Origin string `json:"oriin,omitempty"`
Path string `json:"path,omitempty"`
Revision string `json:"revision,omitempty"`
RevisionTime string `json:"revisionTime,omitempty"`
Comment string `json:"comment,omitempty"`
}
func (*GovendorPackage) ArchiveFileName ¶
func (g *GovendorPackage) ArchiveFileName() string
func (*GovendorPackage) PackagePath ¶
func (g *GovendorPackage) PackagePath() string
type GovendorVendorTool ¶ added in v0.5.0
type GovendorVendorTool struct {
Packages []GovendorPackage `json:"package,omitempty"`
}
func (*GovendorVendorTool) Dependencies ¶ added in v0.5.0
func (g *GovendorVendorTool) Dependencies() []PackageDepencency
type PackageDepencency ¶
type VendorTool ¶
type VendorTool interface {
LoadFile(project *domain.Project) error
Dependencies() []PackageDepencency
}
Click to show internal directories.
Click to hide internal directories.