Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Name string `yaml:"name"` Type fetcher.SourceType `yaml:"type"` // e.g., "git", "http", "google-well-known", "local", "protodex" Source string `yaml:"source"` // e.g., repo URL, base URL, or local path Version string `yaml:"version,omitempty"` // This can be a git tag, branch, protodex version, or URL version Path string `yaml:"path,omitempty"` }
type Resolver ¶
type Resolver struct {
// contains filtered or unexported fields
}
func NewResolver ¶
func (*Resolver) GetDependencyPath ¶
func (*Resolver) ListCached ¶
func (*Resolver) ResolveDependencies ¶
Click to show internal directories.
Click to hide internal directories.