Documentation
¶
Index ¶
- type Enum
- type EnumField
- type Enums
- type Field
- type Message
- type Messages
- type PBFile
- func (d *PBFile) VisitComment(_ *parser.Comment)
- func (d *PBFile) VisitDeclaration(*parser.Declaration) bool
- func (d *PBFile) VisitEdition(*parser.Edition) bool
- func (d *PBFile) VisitEmptyStatement(_ *parser.EmptyStatement) bool
- func (d *PBFile) VisitEnum(n *parser.Enum) bool
- func (d *PBFile) VisitEnumField(n *parser.EnumField) bool
- func (d *PBFile) VisitExtend(_ *parser.Extend) bool
- func (d *PBFile) VisitExtensions(_ *parser.Extensions) bool
- func (d *PBFile) VisitField(n *parser.Field) bool
- func (d *PBFile) VisitGroupField(_ *parser.GroupField) bool
- func (d *PBFile) VisitImport(_ *parser.Import) bool
- func (d *PBFile) VisitMapField(_ *parser.MapField) bool
- func (d *PBFile) VisitMessage(n *parser.Message) bool
- func (d *PBFile) VisitOneof(_ *parser.Oneof) bool
- func (d *PBFile) VisitOneofField(_ *parser.OneofField) bool
- func (d *PBFile) VisitOption(_ *parser.Option) bool
- func (d *PBFile) VisitPackage(_ *parser.Package) bool
- func (d *PBFile) VisitRPC(_ *parser.RPC) bool
- func (d *PBFile) VisitReserved(_ *parser.Reserved) bool
- func (d *PBFile) VisitService(_ *parser.Service) bool
- func (d *PBFile) VisitSyntax(_ *parser.Syntax) bool
- type PBFileGroup
- type PBFileGroups
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Field ¶
func (*Field) OptionByName ¶
type PBFile ¶
func (*PBFile) VisitComment ¶
func (*PBFile) VisitDeclaration ¶ added in v0.3.11
func (d *PBFile) VisitDeclaration(*parser.Declaration) bool
func (*PBFile) VisitEmptyStatement ¶
func (d *PBFile) VisitEmptyStatement(_ *parser.EmptyStatement) bool
func (*PBFile) VisitExtend ¶
VisitExtend The rest of these are required by the visitor interface.
func (*PBFile) VisitExtensions ¶
func (d *PBFile) VisitExtensions(_ *parser.Extensions) bool
func (*PBFile) VisitGroupField ¶
func (d *PBFile) VisitGroupField(_ *parser.GroupField) bool
func (*PBFile) VisitOneofField ¶
func (d *PBFile) VisitOneofField(_ *parser.OneofField) bool
type PBFileGroup ¶
type PBFileGroup []PBFile
type PBFileGroups ¶
type PBFileGroups []PBFileGroup
Click to show internal directories.
Click to hide internal directories.