empty.pb.go 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. // Code generated by protoc-gen-go.
  2. // source: github.com/golang/protobuf/ptypes/empty/empty.proto
  3. // DO NOT EDIT!
  4. /*
  5. Package empty is a generated protocol buffer package.
  6. It is generated from these files:
  7. github.com/golang/protobuf/ptypes/empty/empty.proto
  8. It has these top-level messages:
  9. Empty
  10. */
  11. package empty
  12. import proto "github.com/golang/protobuf/proto"
  13. import fmt "fmt"
  14. import math "math"
  15. // Reference imports to suppress errors if they are not otherwise used.
  16. var _ = proto.Marshal
  17. var _ = fmt.Errorf
  18. var _ = math.Inf
  19. // This is a compile-time assertion to ensure that this generated file
  20. // is compatible with the proto package it is being compiled against.
  21. // A compilation error at this line likely means your copy of the
  22. // proto package needs to be updated.
  23. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
  24. // A generic empty message that you can re-use to avoid defining duplicated
  25. // empty messages in your APIs. A typical example is to use it as the request
  26. // or the response type of an API method. For instance:
  27. //
  28. // service Foo {
  29. // rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
  30. // }
  31. //
  32. // The JSON representation for `Empty` is empty JSON object `{}`.
  33. type Empty struct {
  34. }
  35. func (m *Empty) Reset() { *m = Empty{} }
  36. func (m *Empty) String() string { return proto.CompactTextString(m) }
  37. func (*Empty) ProtoMessage() {}
  38. func (*Empty) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
  39. func (*Empty) XXX_WellKnownType() string { return "Empty" }
  40. func init() {
  41. proto.RegisterType((*Empty)(nil), "google.protobuf.Empty")
  42. }
  43. func init() {
  44. proto.RegisterFile("github.com/golang/protobuf/ptypes/empty/empty.proto", fileDescriptor0)
  45. }
  46. var fileDescriptor0 = []byte{
  47. // 148 bytes of a gzipped FileDescriptorProto
  48. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xe2, 0x32, 0x4e, 0xcf, 0x2c, 0xc9,
  49. 0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0x4f, 0xcf, 0xcf, 0x49, 0xcc, 0x4b, 0xd7, 0x2f, 0x28,
  50. 0xca, 0x2f, 0xc9, 0x4f, 0x2a, 0x4d, 0xd3, 0x2f, 0x28, 0xa9, 0x2c, 0x48, 0x2d, 0xd6, 0x4f, 0xcd,
  51. 0x05, 0x32, 0x20, 0xa4, 0x1e, 0x58, 0x4e, 0x88, 0x3f, 0x3d, 0x3f, 0x3f, 0x3d, 0x27, 0x55, 0x0f,
  52. 0xa6, 0x52, 0x89, 0x9d, 0x8b, 0xd5, 0x15, 0x24, 0xef, 0x54, 0xc9, 0x25, 0x0c, 0x34, 0x49, 0x0f,
  53. 0x4d, 0xde, 0x89, 0x0b, 0x2c, 0x1b, 0x00, 0xe2, 0x06, 0x30, 0x46, 0xa9, 0x13, 0x69, 0xe7, 0x02,
  54. 0x46, 0xc6, 0x1f, 0x8c, 0x8c, 0x8b, 0x98, 0x98, 0xdd, 0x03, 0x9c, 0x56, 0x31, 0xc9, 0xb9, 0x43,
  55. 0x0c, 0x0d, 0x80, 0x2a, 0xd5, 0x0b, 0x4f, 0xcd, 0xc9, 0xf1, 0xce, 0xcb, 0x2f, 0xcf, 0x0b, 0x01,
  56. 0x69, 0x49, 0x62, 0x03, 0x9b, 0x61, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0x7f, 0xbb, 0xf4, 0x0e,
  57. 0xd2, 0x00, 0x00, 0x00,
  58. }