Versions in this module Expand all Collapse all v0 v0.1.0 Aug 11, 2013 Changes in this version + type CodeGeneratorRequest struct + FileToGenerate []string + Parameter *string + ProtoFile []*google_protobuf.FileDescriptorProto + XXX_unrecognized []byte + func (*CodeGeneratorRequest) ProtoMessage() + func (m *CodeGeneratorRequest) GetFileToGenerate() []string + func (m *CodeGeneratorRequest) GetParameter() string + func (m *CodeGeneratorRequest) GetProtoFile() []*google_protobuf.FileDescriptorProto + func (m *CodeGeneratorRequest) Reset() + func (m *CodeGeneratorRequest) String() string + type CodeGeneratorResponse struct + Error *string + File []*CodeGeneratorResponse_File + XXX_unrecognized []byte + func (*CodeGeneratorResponse) ProtoMessage() + func (m *CodeGeneratorResponse) GetError() string + func (m *CodeGeneratorResponse) GetFile() []*CodeGeneratorResponse_File + func (m *CodeGeneratorResponse) Reset() + func (m *CodeGeneratorResponse) String() string + type CodeGeneratorResponse_File struct + Content *string + InsertionPoint *string + Name *string + XXX_unrecognized []byte + func (*CodeGeneratorResponse_File) ProtoMessage() + func (m *CodeGeneratorResponse_File) GetContent() string + func (m *CodeGeneratorResponse_File) GetInsertionPoint() string + func (m *CodeGeneratorResponse_File) GetName() string + func (m *CodeGeneratorResponse_File) Reset() + func (m *CodeGeneratorResponse_File) String() string