 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package generator provides an abstract interface to code generators.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
type Generator interface {
	// Generate generates output files from input .proto files.
	Generate(targets []*descriptor.File) ([]*plugin.CodeGeneratorResponse_File, error)
}
    Generator is an abstraction of code generators.
 Click to show internal directories. 
   Click to hide internal directories.