Documentation
¶
Overview ¶
Package proto holds Protocol Buffer detectors.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StructureDetector ¶
type StructureDetector struct{}
StructureDetector detects Protocol Buffer packages, imports, services, RPCs, and messages. Mirrors Java ProtoStructureDetector.
func NewStructureDetector ¶
func NewStructureDetector() *StructureDetector
func (StructureDetector) DefaultConfidence ¶
func (StructureDetector) DefaultConfidence() model.Confidence
func (StructureDetector) Detect ¶
func (d StructureDetector) Detect(ctx *detector.Context) *detector.Result
func (StructureDetector) Name ¶
func (StructureDetector) Name() string
func (StructureDetector) SupportedLanguages ¶
func (StructureDetector) SupportedLanguages() []string
Click to show internal directories.
Click to hide internal directories.