Versions in this module Expand all Collapse all v0 v0.3.0 Nov 6, 2018 Changes in this version + type Generator struct + Param map[string]string + Request *plugin.CodeGeneratorRequest + Response *plugin.CodeGeneratorResponse + func New() *Generator + func (g *Generator) CommandLineParameters(parameter string) + func (g *Generator) GenerateAllFiles() error + func (g *Generator) WriteInput(data []byte) error + type Message struct + JavaName string + Name string + Package string + type Method struct + FieldName string + GrpcMethodType string + Id int + IdName string + InputType string + JavaName string + MethodType MethodType + Name string + OutputType string + func (m *Method) Call() string + func (m *Method) CallParams() string + func (m *Method) FullInputType() string + func (m *Method) FullOutputType() string + func (m *Method) UnimplementedCall() string + type MethodType int32 + const BidiStreaming + const ClientStreaming + const ServerStreaming + const Unary + type Service struct + JavaPackage string + Methods []Method + Name string + OuterClassName string + ProtoFile string + ProtoName string + ProtoPackage string + type ServiceGenerator struct + func (g *ServiceGenerator) Generate() error + func (g *ServiceGenerator) GetFileName() string