Documentation ¶
Overview ¶
Package remote contains kythe/go/platform/analysis implementations backed by remote RPC servers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Analyzer ¶
type Analyzer struct{ Client apb.CompilationAnalyzerClient }
Analyzer implements the analysis.CompilationAnalyzer interface by using a remote GRPC CompilationAnalyzer server.
func (*Analyzer) Analyze ¶
func (a *Analyzer) Analyze(ctx context.Context, req *apb.AnalysisRequest, f analysis.OutputFunc) error
Analyze implements the analysis.CompilationAnalyzer interface.
Click to show internal directories.
Click to hide internal directories.