Documentation
¶
Index ¶
- func IsTestFile(filePath string) bool
- func IsTestFileWithContent(filePath string, contentReader vcs.ContentReader) bool
- func ResolveZigProjectImports(absPath string, filePath string, ext string, suppliedFiles map[string]bool, ...) ([]string, error)
- type Import
- type Provider
- func (Provider) Extensions() []string
- func (Provider) IsTestFile(filePath string, contentReader vcs.ContentReader) bool
- func (Provider) Maturity() moduleapi.MaturityLevel
- func (Provider) Name() string
- func (Provider) NewResolver(ctx *moduleapi.Context, contentReader vcs.ContentReader) moduleapi.Resolver
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsTestFile ¶
func IsTestFileWithContent ¶
func IsTestFileWithContent(filePath string, contentReader vcs.ContentReader) bool
Types ¶
type Provider ¶ added in v0.27.0
type Provider struct{}
func (Provider) Extensions ¶ added in v0.27.0
func (Provider) IsTestFile ¶ added in v0.27.0
func (Provider) IsTestFile(filePath string, contentReader vcs.ContentReader) bool
func (Provider) Maturity ¶ added in v0.27.0
func (Provider) Maturity() moduleapi.MaturityLevel
func (Provider) NewResolver ¶ added in v0.27.0
Click to show internal directories.
Click to hide internal directories.