Versions in this module Expand all Collapse all v0 v0.0.2 Apr 15, 2024 Changes in this version + func GetFileAnnotation(ctx context.Context, parserAccessorHandler ParserAccessorHandler, ...) (bufanalysis.FileAnnotation, error) + func GetFileAnnotations(ctx context.Context, parserAccessorHandler ParserAccessorHandler, ...) ([]bufanalysis.FileAnnotation, error) + type ParserAccessorHandler interface + Commit func(path string) string + ExternalPath func(path string) string + ModuleIdentity func(path string) bufmoduleref.ModuleIdentity + Open func(path string) (io.ReadCloser, error) + func NewParserAccessorHandler(ctx context.Context, moduleFileSet bufmodule.ModuleFileSet) ParserAccessorHandler