Documentation
¶
Index ¶
- type CodeSurveyor
- func (cs *CodeSurveyor) LocalDir() string
- func (cs *CodeSurveyor) ModuleGraph() *parser.ModuleGraph
- func (cs *CodeSurveyor) ProjectName() string
- func (cs *CodeSurveyor) Source() string
- func (cs *CodeSurveyor) Survey(ctx context.Context, files scanner.Files) (outFiles scanner.Files, err error)
- func (cs *CodeSurveyor) SurveyChan(ctx context.Context, filesChan chan scanner.File, ...) (err error)
- func (cs *CodeSurveyor) SurveyFile(ctx context.Context, f scanner.File, group *errgroup.Group) (err error)
- func (cs *CodeSurveyor) SurveyGoFile(ctx context.Context, gf *parser.GoFile, group *errgroup.Group) (err error)
- func (cs *CodeSurveyor) SurveyModFile(ctx context.Context, pmf *parser.ModFile) (err error)
- func (cs *CodeSurveyor) VersionTag() string
- type Project
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CodeSurveyor ¶
type CodeSurveyor struct { Codebase *parser.Codebase Project *parser.Project Files scanner.Files // contains filtered or unexported fields }
func NewCodeSurveyor ¶
func (*CodeSurveyor) LocalDir ¶
func (cs *CodeSurveyor) LocalDir() string
func (*CodeSurveyor) ModuleGraph ¶
func (cs *CodeSurveyor) ModuleGraph() *parser.ModuleGraph
func (*CodeSurveyor) ProjectName ¶
func (cs *CodeSurveyor) ProjectName() string
func (*CodeSurveyor) Source ¶
func (cs *CodeSurveyor) Source() string
func (*CodeSurveyor) SurveyChan ¶
func (*CodeSurveyor) SurveyFile ¶
func (*CodeSurveyor) SurveyGoFile ¶
func (*CodeSurveyor) SurveyModFile ¶
func (*CodeSurveyor) VersionTag ¶
func (cs *CodeSurveyor) VersionTag() string
Click to show internal directories.
Click to hide internal directories.