Versions in this module Expand all Collapse all v8 v8.0.0 Nov 4, 2020 Changes in this version + const Version + func Error(err error, msgs ...string) + func Fail(msgs ...string) + func FilesToGenerate(req *plugin.CodeGeneratorRequest) []*descriptor.FileDescriptorProto + func Main(g Generator) + type Descriptor struct + Parent *Descriptor + func (c *Descriptor) File() *descriptor.FileDescriptorProto + func (d *Descriptor) TypeName() []string + type EnumDescriptor struct + func (c *EnumDescriptor) File() *descriptor.FileDescriptorProto + func (e *EnumDescriptor) TypeName() (s []string) + type ExtensionDescriptor struct + func (c *ExtensionDescriptor) File() *descriptor.FileDescriptorProto + func (e *ExtensionDescriptor) DescName() string + func (e *ExtensionDescriptor) TypeName() (s []string) + type FileDescriptor struct + Comments map[string]*descriptor.SourceCodeInfo_Location + Descriptors []*Descriptor + Enums []*EnumDescriptor + Extensions []*ExtensionDescriptor + Imported []*ImportedDescriptor + Index int + Services []*ServiceDescriptor + func WrapTypes(req *plugin.CodeGeneratorRequest) (genFiles, allFiles []*FileDescriptor, ...) + func (d *FileDescriptor) BaseFileName() string + func (d *FileDescriptor) PackageComments() string + func (d *FileDescriptor) VarName() string + type Generator interface + Generate func(in *plugin.CodeGeneratorRequest) *plugin.CodeGeneratorResponse + type ImportedDescriptor struct + Object Object + func (c *ImportedDescriptor) File() *descriptor.FileDescriptorProto + func (id *ImportedDescriptor) TypeName() []string + type MethodDescriptor struct + Path string + func (c *MethodDescriptor) File() *descriptor.FileDescriptorProto + func (md *MethodDescriptor) TypeName() []string + type Object interface + File func() *descriptor.FileDescriptorProto + TypeName func() []string + type ServiceDescriptor struct + Index int + Methods []*MethodDescriptor + Path string + func (c *ServiceDescriptor) File() *descriptor.FileDescriptorProto + func (sd *ServiceDescriptor) TypeName() []string Other modules containing this package github.com/3ventic/twirp