Documentation ¶
Overview ¶
Package protoc provides high level access to protoc command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Option ¶
type Option func(*configs)
Option configures Generate configs.
func GenerateDependencies ¶
func GenerateDependencies() Option
GenerateDependencies enables code generation for the proto files that your protofile depends on. use this if your protoc plugin does not give you an option to enable the same feature.
Click to show internal directories.
Click to hide internal directories.