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) VisitEmptyStatement(_ *parser.EmptyStatement) (next bool)
- func (d *PBFile) VisitEnum(n *parser.Enum) (next bool)
- func (d *PBFile) VisitEnumField(n *parser.EnumField) (next bool)
- func (d *PBFile) VisitExtend(_ *parser.Extend) (next bool)
- func (d *PBFile) VisitExtensions(_ *parser.Extensions) (next bool)
- func (d *PBFile) VisitField(n *parser.Field) (next bool)
- func (d *PBFile) VisitGroupField(_ *parser.GroupField) (next bool)
- func (d *PBFile) VisitImport(_ *parser.Import) (next bool)
- func (d *PBFile) VisitMapField(_ *parser.MapField) (next bool)
- func (d *PBFile) VisitMessage(n *parser.Message) (next bool)
- func (d *PBFile) VisitOneof(_ *parser.Oneof) (next bool)
- func (d *PBFile) VisitOneofField(_ *parser.OneofField) (next bool)
- func (d *PBFile) VisitOption(_ *parser.Option) (next bool)
- func (d *PBFile) VisitPackage(_ *parser.Package) (next bool)
- func (d *PBFile) VisitRPC(_ *parser.RPC) (next bool)
- func (d *PBFile) VisitReserved(_ *parser.Reserved) (next bool)
- func (d *PBFile) VisitService(_ *parser.Service) (next bool)
- func (d *PBFile) VisitSyntax(_ *parser.Syntax) (next 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) VisitEmptyStatement ¶
func (d *PBFile) VisitEmptyStatement(_ *parser.EmptyStatement) (next bool)
func (*PBFile) VisitExtend ¶
The rest of these are required by the visitor interface.
func (*PBFile) VisitExtensions ¶
func (d *PBFile) VisitExtensions(_ *parser.Extensions) (next bool)
func (*PBFile) VisitGroupField ¶
func (d *PBFile) VisitGroupField(_ *parser.GroupField) (next bool)
func (*PBFile) VisitOneofField ¶
func (d *PBFile) VisitOneofField(_ *parser.OneofField) (next bool)
type PBFileGroup ¶
type PBFileGroup []PBFile
type PBFileGroups ¶
type PBFileGroups []PBFileGroup
Click to show internal directories.
Click to hide internal directories.