plugin.pb.go 1.2 KB

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