Documentation
¶
Overview ¶
Package generator generates Golang code from the input proto files then compiles the code into protobuf structures for use by the protoc executable.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Argument ¶
type Argument struct {
Name string
Description string
Type descriptor.FieldDescriptorProto_Type
// contains filtered or unexported fields
}
type Descriptor ¶
type Generator ¶
type Generator func(*Descriptor) ([]*File, error)
Click to show internal directories.
Click to hide internal directories.