Rob Pike | aaa3a62 | 2010-03-20 22:32:34 -0700 | [diff] [blame] | 1 | // Code generated by protoc-gen-go from "google/protobuf/compiler/plugin.proto" |
| 2 | // DO NOT EDIT! |
| 3 | |
| 4 | package google_protobuf_compiler |
| 5 | |
| 6 | import google_protobuf "goprotobuf.googlecode.com/hg/compiler/descriptor" |
| 7 | |
| 8 | type CodeGeneratorRequest struct { |
| 9 | FileToGenerate []string "PB(bytes,1,rep,name=file_to_generate)" |
| 10 | Parameter *string "PB(bytes,2,opt,name=parameter)" |
| 11 | ProtoFile []*google_protobuf.FileDescriptorProto "PB(bytes,15,rep,name=proto_file)" |
| 12 | XXX_unrecognized []byte |
| 13 | } |
| 14 | func (this *CodeGeneratorRequest) Reset() { |
| 15 | *this = CodeGeneratorRequest{} |
| 16 | } |
| 17 | func NewCodeGeneratorRequest() *CodeGeneratorRequest { |
| 18 | return new(CodeGeneratorRequest) |
| 19 | } |
| 20 | |
| 21 | type CodeGeneratorResponse struct { |
| 22 | Error *string "PB(bytes,1,opt,name=error)" |
| 23 | File []*CodeGeneratorResponse_File "PB(bytes,15,rep,name=file)" |
| 24 | XXX_unrecognized []byte |
| 25 | } |
| 26 | func (this *CodeGeneratorResponse) Reset() { |
| 27 | *this = CodeGeneratorResponse{} |
| 28 | } |
| 29 | func NewCodeGeneratorResponse() *CodeGeneratorResponse { |
| 30 | return new(CodeGeneratorResponse) |
| 31 | } |
| 32 | |
| 33 | type CodeGeneratorResponse_File struct { |
| 34 | Name *string "PB(bytes,1,opt,name=name)" |
| 35 | InsertionPoint *string "PB(bytes,2,opt,name=insertion_point)" |
| 36 | Content *string "PB(bytes,15,opt,name=content)" |
| 37 | XXX_unrecognized []byte |
| 38 | } |
| 39 | func (this *CodeGeneratorResponse_File) Reset() { |
| 40 | *this = CodeGeneratorResponse_File{} |
| 41 | } |
| 42 | func NewCodeGeneratorResponse_File() *CodeGeneratorResponse_File { |
| 43 | return new(CodeGeneratorResponse_File) |
| 44 | } |
| 45 | |
| 46 | func init() { |
| 47 | } |