blob: ac80dc4c7b6ad5057320db5f0ae851327a928cd1 [file] [log] [blame]
Rob Pikeaaa3a622010-03-20 22:32:34 -07001// Code generated by protoc-gen-go from "google/protobuf/compiler/plugin.proto"
2// DO NOT EDIT!
3
4package google_protobuf_compiler
5
David Symondsb0127532010-11-09 11:10:46 +11006import proto "goprotobuf.googlecode.com/hg/proto"
David Symondsfa6a18d2011-01-19 09:30:28 +11007import "math"
8import "os"
Rob Pikeaaa3a622010-03-20 22:32:34 -07009import google_protobuf "goprotobuf.googlecode.com/hg/compiler/descriptor"
10
David Symondsfa6a18d2011-01-19 09:30:28 +110011// Reference proto, math & os imports to suppress error if they are not otherwise used.
David Symondsb0127532010-11-09 11:10:46 +110012var _ = proto.GetString
David Symondsfa6a18d2011-01-19 09:30:28 +110013var _ = math.Inf
14var _ os.Error
David Symondsb0127532010-11-09 11:10:46 +110015
David Symonds8935abf2011-07-04 15:53:16 +100016
Rob Pikeaaa3a622010-03-20 22:32:34 -070017type CodeGeneratorRequest struct {
David Symonds8935abf2011-07-04 15:53:16 +100018 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 Pikeaaa3a622010-03-20 22:32:34 -070021 XXX_unrecognized []byte
22}
David Symonds8935abf2011-07-04 15:53:16 +100023
24func (this *CodeGeneratorRequest) Reset() { *this = CodeGeneratorRequest{} }
25func (this *CodeGeneratorRequest) String() string { return proto.CompactTextString(this) }
Rob Pikeaaa3a622010-03-20 22:32:34 -070026
27type CodeGeneratorResponse struct {
David Symonds8935abf2011-07-04 15:53:16 +100028 Error *string `protobuf:"bytes,1,opt,name=error"`
29 File []*CodeGeneratorResponse_File `protobuf:"bytes,15,rep,name=file"`
Rob Pikeaaa3a622010-03-20 22:32:34 -070030 XXX_unrecognized []byte
31}
Rob Pikeaaa3a622010-03-20 22:32:34 -070032
David Symonds8935abf2011-07-04 15:53:16 +100033func (this *CodeGeneratorResponse) Reset() { *this = CodeGeneratorResponse{} }
34func (this *CodeGeneratorResponse) String() string { return proto.CompactTextString(this) }
35
Rob Pikeaaa3a622010-03-20 22:32:34 -070036type CodeGeneratorResponse_File struct {
David Symonds8935abf2011-07-04 15:53:16 +100037 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 Pikeaaa3a622010-03-20 22:32:34 -070040 XXX_unrecognized []byte
41}
David Symonds8935abf2011-07-04 15:53:16 +100042
43func (this *CodeGeneratorResponse_File) Reset() { *this = CodeGeneratorResponse_File{} }
44func (this *CodeGeneratorResponse_File) String() string { return proto.CompactTextString(this) }
Rob Pikeaaa3a622010-03-20 22:32:34 -070045
46func init() {
47}