Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("not found")
ErrNotFound is returned when the requested message type is not found in the protobuf files.
Functions ¶
This section is empty.
Types ¶
type ProtoBuf ¶
type ProtoBuf struct {
Files []string `json:"files"`
ImportPaths []string `json:"import_paths"`
MessageType string `json:"message_type"`
// contains filtered or unexported fields
}
ProtoBuf provides facilities for dynamically marshaling/unmarshalling protobuf messages.
Click to show internal directories.
Click to hide internal directories.