Versions in this module Expand all Collapse all v0 v0.4.0 Mar 4, 2022 Changes in this version + var DotHLBPath = "./.hlb" + var ModulesPath = filepath.Join(DotHLBPath, "modules") + func ModulesPathExist() (bool, error) + func NewResolver(cln *client.Client) (codegen.Resolver, error) + func NewTree(ctx context.Context, cln *client.Client, mod *ast.Module, long bool) (treeprint.Tree, error) + func ResolveGraph(ctx context.Context, cln *client.Client, resolver codegen.Resolver, ...) error + func Vendor(ctx context.Context, cln *client.Client, mod *ast.Module, targets []string, ...) error + func VendorPath(root string, dgst digest.Digest) string + type VisitInfo struct + Digest digest.Digest + Filename string + Import *ast.Module + ImportDecl *ast.ImportDecl + Parent *ast.Module + type Visitor func(info VisitInfo) error