Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Generator ¶
type Generator struct {
// contains filtered or unexported fields
}
func (*Generator) Generate ¶
func (g *Generator) Generate(req *pluginpb.CodeGeneratorRequest) (res *pluginpb.CodeGeneratorResponse, err error)
func (*Generator) MarshalResponse ¶
func (*Generator) MarshalResponse(res *pluginpb.CodeGeneratorResponse) ([]byte, error)
func (*Generator) UnmarshalRequest ¶
func (*Generator) UnmarshalRequest(buf []byte) (*pluginpb.CodeGeneratorRequest, error)
Click to show internal directories.
Click to hide internal directories.