Documentation ¶
Overview ¶
Package textproto provides an interface to parse Protocol Buffers in their textual format.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TextProtoFileExtensions = []string{"textproto", "textpb"}
TextProtoFileExtensions is the list of all file extensions associated with textproto files.
Functions ¶
This section is empty.
Types ¶
type Parser ¶
type Parser struct{}
Parser provides methods to parse textproto files.
func (*Parser) LoadProtoFiles ¶
LoadProtoFiles loads Protocol Buffer definitions so that the textproto files can be parsed correctly.
Click to show internal directories.
Click to hide internal directories.