| 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 | |
| David Symonds | 8935abf | 2011-07-04 15:53:16 +1000 | [diff] [blame] | 16 | |
| Rob Pike | aaa3a62 | 2010-03-20 22:32:34 -0700 | [diff] [blame] | 17 | type CodeGeneratorRequest struct { |
| David Symonds | 8935abf | 2011-07-04 15:53:16 +1000 | [diff] [blame] | 18 | FileToGenerate []string `protobuf:"bytes,1,rep,name=file_to_generate"` |
| 19 | Parameter *string `protobuf:"bytes,2,opt,name=parameter"` |
| 20 | ProtoFile []*google_protobuf.FileDescriptorProto `protobuf:"bytes,15,rep,name=proto_file"` |
| Rob Pike | aaa3a62 | 2010-03-20 22:32:34 -0700 | [diff] [blame] | 21 | XXX_unrecognized []byte |
| 22 | } |
| David Symonds | 8935abf | 2011-07-04 15:53:16 +1000 | [diff] [blame] | 23 | |
| 24 | func (this *CodeGeneratorRequest) Reset() { *this = CodeGeneratorRequest{} } |
| 25 | func (this *CodeGeneratorRequest) String() string { return proto.CompactTextString(this) } |
| Rob Pike | aaa3a62 | 2010-03-20 22:32:34 -0700 | [diff] [blame] | 26 | |
| 27 | type CodeGeneratorResponse struct { |
| David Symonds | 8935abf | 2011-07-04 15:53:16 +1000 | [diff] [blame] | 28 | Error *string `protobuf:"bytes,1,opt,name=error"` |
| 29 | File []*CodeGeneratorResponse_File `protobuf:"bytes,15,rep,name=file"` |
| Rob Pike | aaa3a62 | 2010-03-20 22:32:34 -0700 | [diff] [blame] | 30 | XXX_unrecognized []byte |
| 31 | } |
| Rob Pike | aaa3a62 | 2010-03-20 22:32:34 -0700 | [diff] [blame] | 32 | |
| David Symonds | 8935abf | 2011-07-04 15:53:16 +1000 | [diff] [blame] | 33 | func (this *CodeGeneratorResponse) Reset() { *this = CodeGeneratorResponse{} } |
| 34 | func (this *CodeGeneratorResponse) String() string { return proto.CompactTextString(this) } |
| 35 | |
| Rob Pike | aaa3a62 | 2010-03-20 22:32:34 -0700 | [diff] [blame] | 36 | type CodeGeneratorResponse_File struct { |
| David Symonds | 8935abf | 2011-07-04 15:53:16 +1000 | [diff] [blame] | 37 | Name *string `protobuf:"bytes,1,opt,name=name"` |
| 38 | InsertionPoint *string `protobuf:"bytes,2,opt,name=insertion_point"` |
| 39 | Content *string `protobuf:"bytes,15,opt,name=content"` |
| Rob Pike | aaa3a62 | 2010-03-20 22:32:34 -0700 | [diff] [blame] | 40 | XXX_unrecognized []byte |
| 41 | } |
| David Symonds | 8935abf | 2011-07-04 15:53:16 +1000 | [diff] [blame] | 42 | |
| 43 | func (this *CodeGeneratorResponse_File) Reset() { *this = CodeGeneratorResponse_File{} } |
| 44 | func (this *CodeGeneratorResponse_File) String() string { return proto.CompactTextString(this) } |
| Rob Pike | aaa3a62 | 2010-03-20 22:32:34 -0700 | [diff] [blame] | 45 | |
| 46 | func init() { |
| 47 | } |