plugin.pb.golden 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. // Code generated by protoc-gen-go from "google/protobuf/compiler/plugin.proto"
  2. // DO NOT EDIT!
  3. package google_protobuf_compiler
  4. import proto "goprotobuf.googlecode.com/hg/proto"
  5. import "math"
  6. import "os"
  7. import google_protobuf "goprotobuf.googlecode.com/hg/compiler/descriptor"
  8. // Reference proto, math & os imports to suppress error if they are not otherwise used.
  9. var _ = proto.GetString
  10. var _ = math.Inf
  11. var _ os.Error
  12. type CodeGeneratorRequest struct {
  13. FileToGenerate []string `protobuf:"bytes,1,rep,name=file_to_generate"`
  14. Parameter *string `protobuf:"bytes,2,opt,name=parameter"`
  15. ProtoFile []*google_protobuf.FileDescriptorProto `protobuf:"bytes,15,rep,name=proto_file"`
  16. XXX_unrecognized []byte
  17. }
  18. func (this *CodeGeneratorRequest) Reset() { *this = CodeGeneratorRequest{} }
  19. func (this *CodeGeneratorRequest) String() string { return proto.CompactTextString(this) }
  20. type CodeGeneratorResponse struct {
  21. Error *string `protobuf:"bytes,1,opt,name=error"`
  22. File []*CodeGeneratorResponse_File `protobuf:"bytes,15,rep,name=file"`
  23. XXX_unrecognized []byte
  24. }
  25. func (this *CodeGeneratorResponse) Reset() { *this = CodeGeneratorResponse{} }
  26. func (this *CodeGeneratorResponse) String() string { return proto.CompactTextString(this) }
  27. type CodeGeneratorResponse_File struct {
  28. Name *string `protobuf:"bytes,1,opt,name=name"`
  29. InsertionPoint *string `protobuf:"bytes,2,opt,name=insertion_point"`
  30. Content *string `protobuf:"bytes,15,opt,name=content"`
  31. XXX_unrecognized []byte
  32. }
  33. func (this *CodeGeneratorResponse_File) Reset() { *this = CodeGeneratorResponse_File{} }
  34. func (this *CodeGeneratorResponse_File) String() string { return proto.CompactTextString(this) }
  35. func init() {
  36. }