Versions in this module Expand all Collapse all v1 v1.0.2 Mar 20, 2025 v1.0.1 Mar 20, 2025 Changes in this version + func GetDirectoryExclusionFunctions(root string, exclusions []string) ([]fileresolver.PathIndexVisitor, error) + func New(cfg Config) (source.Source, error) + func NewFromPath(path string) (source.Source, error) + func NewSourceProvider(path string, exclude source.ExcludeConfig, alias source.Alias, basePath string) source.Provider + type Config struct + Alias source.Alias + Base string + Exclude source.ExcludeConfig + Path string