Home | History | Annotate | Download | only in empty
      1 // Code generated by protoc-gen-go. DO NOT EDIT.
      2 // source: github.com/golang/protobuf/ptypes/empty/empty.proto
      3 
      4 /*
      5 Package empty is a generated protocol buffer package.
      6 
      7 It is generated from these files:
      8 	github.com/golang/protobuf/ptypes/empty/empty.proto
      9 
     10 It has these top-level messages:
     11 	Empty
     12 */
     13 package empty
     14 
     15 import proto "github.com/golang/protobuf/proto"
     16 import fmt "fmt"
     17 import math "math"
     18 
     19 // Reference imports to suppress errors if they are not otherwise used.
     20 var _ = proto.Marshal
     21 var _ = fmt.Errorf
     22 var _ = math.Inf
     23 
     24 // This is a compile-time assertion to ensure that this generated file
     25 // is compatible with the proto package it is being compiled against.
     26 // A compilation error at this line likely means your copy of the
     27 // proto package needs to be updated.
     28 const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
     29 
     30 // A generic empty message that you can re-use to avoid defining duplicated
     31 // empty messages in your APIs. A typical example is to use it as the request
     32 // or the response type of an API method. For instance:
     33 //
     34 //     service Foo {
     35 //       rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
     36 //     }
     37 //
     38 // The JSON representation for `Empty` is empty JSON object `{}`.
     39 type Empty struct {
     40 }
     41 
     42 func (m *Empty) Reset()                    { *m = Empty{} }
     43 func (m *Empty) String() string            { return proto.CompactTextString(m) }
     44 func (*Empty) ProtoMessage()               {}
     45 func (*Empty) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
     46 func (*Empty) XXX_WellKnownType() string   { return "Empty" }
     47 
     48 func init() {
     49 	proto.RegisterType((*Empty)(nil), "google.protobuf.Empty")
     50 }
     51 
     52 func init() {
     53 	proto.RegisterFile("github.com/golang/protobuf/ptypes/empty/empty.proto", fileDescriptor0)
     54 }
     55 
     56 var fileDescriptor0 = []byte{
     57 	// 147 bytes of a gzipped FileDescriptorProto
     58 	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x4e, 0xcf, 0x2c, 0xc9,
     59 	0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0x4f, 0xcf, 0xcf, 0x49, 0xcc, 0x4b, 0xd7, 0x2f, 0x28,
     60 	0xca, 0x2f, 0xc9, 0x4f, 0x2a, 0x4d, 0xd3, 0x2f, 0x28, 0xa9, 0x2c, 0x48, 0x2d, 0xd6, 0x4f, 0xcd,
     61 	0x2d, 0x28, 0xa9, 0x84, 0x90, 0x7a, 0x60, 0x39, 0x21, 0xfe, 0xf4, 0xfc, 0xfc, 0xf4, 0x9c, 0x54,
     62 	0x3d, 0x98, 0x4a, 0x25, 0x76, 0x2e, 0x56, 0x57, 0x90, 0xbc, 0x53, 0x19, 0x97, 0x70, 0x72, 0x7e,
     63 	0xae, 0x1e, 0x9a, 0xbc, 0x13, 0x17, 0x58, 0x36, 0x00, 0xc4, 0x0d, 0x60, 0x8c, 0x52, 0x27, 0xd2,
     64 	0xce, 0x1f, 0x8c, 0x8c, 0x8b, 0x98, 0x98, 0xdd, 0x03, 0x9c, 0x56, 0x31, 0xc9, 0xb9, 0x43, 0x4c,
     65 	0x0c, 0x80, 0xaa, 0xd3, 0x0b, 0x4f, 0xcd, 0xc9, 0xf1, 0xce, 0xcb, 0x2f, 0xcf, 0x0b, 0x01, 0xa9,
     66 	0x4f, 0x62, 0x03, 0x1b, 0x60, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0x6e, 0x8e, 0x0a, 0x06, 0xcf,
     67 	0x00, 0x00, 0x00,
     68 }
     69