plugin.pb.golden 1.4 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 google_protobuf "goprotobuf.googlecode.com/hg/compiler/descriptor"
  5. type CodeGeneratorRequest struct {
  6. FileToGenerate []string "PB(bytes,1,rep,name=file_to_generate)"
  7. Parameter *string "PB(bytes,2,opt,name=parameter)"
  8. ProtoFile []*google_protobuf.FileDescriptorProto "PB(bytes,15,rep,name=proto_file)"
  9. XXX_unrecognized []byte
  10. }
  11. func (this *CodeGeneratorRequest) Reset() {
  12. *this = CodeGeneratorRequest{}
  13. }
  14. func NewCodeGeneratorRequest() *CodeGeneratorRequest {
  15. return new(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. func NewCodeGeneratorResponse() *CodeGeneratorResponse {
  26. return new(CodeGeneratorResponse)
  27. }
  28. type CodeGeneratorResponse_File struct {
  29. Name *string "PB(bytes,1,opt,name=name)"
  30. InsertionPoint *string "PB(bytes,2,opt,name=insertion_point)"
  31. Content *string "PB(bytes,15,opt,name=content)"
  32. XXX_unrecognized []byte
  33. }
  34. func (this *CodeGeneratorResponse_File) Reset() {
  35. *this = CodeGeneratorResponse_File{}
  36. }
  37. func NewCodeGeneratorResponse_File() *CodeGeneratorResponse_File {
  38. return new(CodeGeneratorResponse_File)
  39. }
  40. func init() {
  41. }