Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCollector ¶
func NewCollector(customImports, commonImports []string) *collector
Types ¶
type DescriptorWithPath ¶
type DescriptorWithPath struct { *descriptor.FileDescriptorProto ProtoFilePath string }
type ProtoCompiler ¶
type ProtoCompiler interface {
CompileDescriptorsFromRoot(root string, skipDirs []string) ([]*DescriptorWithPath, error)
}
Click to show internal directories.
Click to hide internal directories.