| 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 | |
| David Symonds | b012753 | 2010-11-09 11:10:46 +1100 | [diff] [blame^] | 6 | import proto "goprotobuf.googlecode.com/hg/proto" |
| Rob Pike | aaa3a62 | 2010-03-20 22:32:34 -0700 | [diff] [blame] | 7 | import google_protobuf "goprotobuf.googlecode.com/hg/compiler/descriptor" |
| 8 | |
| David Symonds | b012753 | 2010-11-09 11:10:46 +1100 | [diff] [blame^] | 9 | // Reference proto import to suppress error if it's not otherwise used. |
| 10 | var _ = proto.GetString |
| 11 | |
| Rob Pike | aaa3a62 | 2010-03-20 22:32:34 -0700 | [diff] [blame] | 12 | type CodeGeneratorRequest struct { |
| 13 | FileToGenerate []string "PB(bytes,1,rep,name=file_to_generate)" |
| 14 | Parameter *string "PB(bytes,2,opt,name=parameter)" |
| 15 | ProtoFile []*google_protobuf.FileDescriptorProto "PB(bytes,15,rep,name=proto_file)" |
| 16 | XXX_unrecognized []byte |
| 17 | } |
| 18 | func (this *CodeGeneratorRequest) Reset() { |
| 19 | *this = CodeGeneratorRequest{} |
| 20 | } |
| Rob Pike | aaa3a62 | 2010-03-20 22:32:34 -0700 | [diff] [blame] | 21 | |
| 22 | type CodeGeneratorResponse struct { |
| 23 | Error *string "PB(bytes,1,opt,name=error)" |
| 24 | File []*CodeGeneratorResponse_File "PB(bytes,15,rep,name=file)" |
| 25 | XXX_unrecognized []byte |
| 26 | } |
| 27 | func (this *CodeGeneratorResponse) Reset() { |
| 28 | *this = CodeGeneratorResponse{} |
| 29 | } |
| Rob Pike | aaa3a62 | 2010-03-20 22:32:34 -0700 | [diff] [blame] | 30 | |
| 31 | type CodeGeneratorResponse_File struct { |
| 32 | Name *string "PB(bytes,1,opt,name=name)" |
| 33 | InsertionPoint *string "PB(bytes,2,opt,name=insertion_point)" |
| 34 | Content *string "PB(bytes,15,opt,name=content)" |
| 35 | XXX_unrecognized []byte |
| 36 | } |
| 37 | func (this *CodeGeneratorResponse_File) Reset() { |
| 38 | *this = CodeGeneratorResponse_File{} |
| 39 | } |
| Rob Pike | aaa3a62 | 2010-03-20 22:32:34 -0700 | [diff] [blame] | 40 | |
| 41 | func init() { |
| 42 | } |