Versions in this module Expand all Collapse all v1 v1.0.0 May 23, 2022 Changes in this version + type CodeGeneratorRequest struct + CompilerVersion *Version + FileToGenerate []string + Parameter *string + ProtoFile []*google_protobuf.FileDescriptorProto + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CodeGeneratorRequest) Descriptor() ([]byte, []int) + func (*CodeGeneratorRequest) ProtoMessage() + func (dst *CodeGeneratorRequest) XXX_Merge(src proto.Message) + func (m *CodeGeneratorRequest) GetCompilerVersion() *Version + func (m *CodeGeneratorRequest) GetFileToGenerate() []string + func (m *CodeGeneratorRequest) GetParameter() string + func (m *CodeGeneratorRequest) GetProtoFile() []*google_protobuf.FileDescriptorProto + func (m *CodeGeneratorRequest) Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CodeGeneratorRequest) Reset() + func (m *CodeGeneratorRequest) String() string + func (m *CodeGeneratorRequest) Unmarshal(b []byte) error + func (m *CodeGeneratorRequest) XXX_DiscardUnknown() + func (m *CodeGeneratorRequest) XXX_Size() int + type CodeGeneratorResponse struct + Error *string + File []*CodeGeneratorResponse_File + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CodeGeneratorResponse) Descriptor() ([]byte, []int) + func (*CodeGeneratorResponse) ProtoMessage() + func (dst *CodeGeneratorResponse) XXX_Merge(src proto.Message) + func (m *CodeGeneratorResponse) GetError() string + func (m *CodeGeneratorResponse) GetFile() []*CodeGeneratorResponse_File + func (m *CodeGeneratorResponse) Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CodeGeneratorResponse) Reset() + func (m *CodeGeneratorResponse) String() string + func (m *CodeGeneratorResponse) Unmarshal(b []byte) error + func (m *CodeGeneratorResponse) XXX_DiscardUnknown() + func (m *CodeGeneratorResponse) XXX_Size() int + type CodeGeneratorResponse_File struct + Content *string + InsertionPoint *string + Name *string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CodeGeneratorResponse_File) Descriptor() ([]byte, []int) + func (*CodeGeneratorResponse_File) ProtoMessage() + func (dst *CodeGeneratorResponse_File) XXX_Merge(src proto.Message) + func (m *CodeGeneratorResponse_File) GetContent() string + func (m *CodeGeneratorResponse_File) GetInsertionPoint() string + func (m *CodeGeneratorResponse_File) GetName() string + func (m *CodeGeneratorResponse_File) Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CodeGeneratorResponse_File) Reset() + func (m *CodeGeneratorResponse_File) String() string + func (m *CodeGeneratorResponse_File) Unmarshal(b []byte) error + func (m *CodeGeneratorResponse_File) XXX_DiscardUnknown() + func (m *CodeGeneratorResponse_File) XXX_Size() int + type Version struct + Major *int32 + Minor *int32 + Patch *int32 + Suffix *string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Version) Descriptor() ([]byte, []int) + func (*Version) ProtoMessage() + func (dst *Version) XXX_Merge(src proto.Message) + func (m *Version) GetMajor() int32 + func (m *Version) GetMinor() int32 + func (m *Version) GetPatch() int32 + func (m *Version) GetSuffix() string + func (m *Version) Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Version) Reset() + func (m *Version) String() string + func (m *Version) Unmarshal(b []byte) error + func (m *Version) XXX_DiscardUnknown() + func (m *Version) XXX_Size() int