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