Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LikeGoSubFolder ¶
Types ¶
type BoltFileCache ¶
type BoltFileCache struct { bh.DB IncCounter func(string) }
type NullFileCache ¶
type NullFileCache struct{}
type PackageStatus ¶
type PackageStatus int
const ( OutOfDate PackageStatus = iota UpToDate )
func CheckPackageStatus ¶
func CheckPackageStatus(pkg *gpb.PackageInfo, repo *gpb.RepoInfo) PackageStatus
func (PackageStatus) String ¶
func (s PackageStatus) String() string
Click to show internal directories.
Click to hide internal directories.