go.undefinedlabs.com/scopeagent@v0.4.2/tracer/wire/wire.pb.go (about)

     1  // Code generated by protoc-gen-gogo. DO NOT EDIT.
     2  // source: wire.proto
     3  
     4  package wire
     5  
     6  import (
     7  	fmt "fmt"
     8  	proto "github.com/gogo/protobuf/proto"
     9  	math "math"
    10  )
    11  
    12  // Reference imports to suppress errors if they are not otherwise used.
    13  var _ = proto.Marshal
    14  var _ = fmt.Errorf
    15  var _ = math.Inf
    16  
    17  // This is a compile-time assertion to ensure that this generated file
    18  // is compatible with the proto package it is being compiled against.
    19  // A compilation error at this line likely means your copy of the
    20  // proto package needs to be updated.
    21  const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
    22  
    23  type TracerState struct {
    24  	TraceIdHi            uint64            `protobuf:"fixed64,1,opt,name=trace_id_hi,json=traceIdHi,proto3" json:"trace_id_hi,omitempty"`
    25  	TraceIdLo            uint64            `protobuf:"fixed64,2,opt,name=trace_id_lo,json=traceIdLo,proto3" json:"trace_id_lo,omitempty"`
    26  	SpanId               uint64            `protobuf:"fixed64,3,opt,name=span_id,json=spanId,proto3" json:"span_id,omitempty"`
    27  	Sampled              bool              `protobuf:"varint,4,opt,name=sampled,proto3" json:"sampled,omitempty"`
    28  	BaggageItems         map[string]string `protobuf:"bytes,5,rep,name=baggage_items,json=baggageItems,proto3" json:"baggage_items,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
    29  	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
    30  	XXX_unrecognized     []byte            `json:"-"`
    31  	XXX_sizecache        int32             `json:"-"`
    32  }
    33  
    34  func (m *TracerState) Reset()         { *m = TracerState{} }
    35  func (m *TracerState) String() string { return proto.CompactTextString(m) }
    36  func (*TracerState) ProtoMessage()    {}
    37  func (*TracerState) Descriptor() ([]byte, []int) {
    38  	return fileDescriptor_f2dcdddcdf68d8e0, []int{0}
    39  }
    40  func (m *TracerState) XXX_Unmarshal(b []byte) error {
    41  	return xxx_messageInfo_TracerState.Unmarshal(m, b)
    42  }
    43  func (m *TracerState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    44  	return xxx_messageInfo_TracerState.Marshal(b, m, deterministic)
    45  }
    46  func (m *TracerState) XXX_Merge(src proto.Message) {
    47  	xxx_messageInfo_TracerState.Merge(m, src)
    48  }
    49  func (m *TracerState) XXX_Size() int {
    50  	return xxx_messageInfo_TracerState.Size(m)
    51  }
    52  func (m *TracerState) XXX_DiscardUnknown() {
    53  	xxx_messageInfo_TracerState.DiscardUnknown(m)
    54  }
    55  
    56  var xxx_messageInfo_TracerState proto.InternalMessageInfo
    57  
    58  func (m *TracerState) GetTraceIdHi() uint64 {
    59  	if m != nil {
    60  		return m.TraceIdHi
    61  	}
    62  	return 0
    63  }
    64  
    65  func (m *TracerState) GetTraceIdLo() uint64 {
    66  	if m != nil {
    67  		return m.TraceIdLo
    68  	}
    69  	return 0
    70  }
    71  
    72  func (m *TracerState) GetSpanId() uint64 {
    73  	if m != nil {
    74  		return m.SpanId
    75  	}
    76  	return 0
    77  }
    78  
    79  func (m *TracerState) GetSampled() bool {
    80  	if m != nil {
    81  		return m.Sampled
    82  	}
    83  	return false
    84  }
    85  
    86  func (m *TracerState) GetBaggageItems() map[string]string {
    87  	if m != nil {
    88  		return m.BaggageItems
    89  	}
    90  	return nil
    91  }
    92  
    93  func init() {
    94  	proto.RegisterType((*TracerState)(nil), "basictracer_go.wire.TracerState")
    95  	proto.RegisterMapType((map[string]string)(nil), "basictracer_go.wire.TracerState.BaggageItemsEntry")
    96  }
    97  
    98  func init() { proto.RegisterFile("wire.proto", fileDescriptor_f2dcdddcdf68d8e0) }
    99  
   100  var fileDescriptor_f2dcdddcdf68d8e0 = []byte{
   101  	// 242 bytes of a gzipped FileDescriptorProto
   102  	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xe2, 0x2a, 0xcf, 0x2c, 0x4a,
   103  	0xd5, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x4e, 0x4a, 0x2c, 0xce, 0x4c, 0x2e, 0x29, 0x4a,
   104  	0x4c, 0x4e, 0x2d, 0x8a, 0x4f, 0xcf, 0xd7, 0x03, 0x49, 0x29, 0xcd, 0x62, 0xe2, 0xe2, 0x0e, 0x01,
   105  	0x0b, 0x05, 0x97, 0x24, 0x96, 0xa4, 0x0a, 0xc9, 0x71, 0x71, 0x83, 0x55, 0xc4, 0x67, 0xa6, 0xc4,
   106  	0x67, 0x64, 0x4a, 0x30, 0x2a, 0x30, 0x6a, 0xb0, 0x05, 0x71, 0x82, 0x85, 0x3c, 0x53, 0x3c, 0x32,
   107  	0x51, 0xe4, 0x73, 0xf2, 0x25, 0x98, 0x50, 0xe4, 0x7d, 0xf2, 0x85, 0xc4, 0xb9, 0xd8, 0x8b, 0x0b,
   108  	0x12, 0xf3, 0xe2, 0x33, 0x53, 0x24, 0x98, 0xc1, 0x72, 0x6c, 0x20, 0xae, 0x67, 0x8a, 0x90, 0x04,
   109  	0x17, 0x7b, 0x71, 0x62, 0x6e, 0x41, 0x4e, 0x6a, 0x8a, 0x04, 0x8b, 0x02, 0xa3, 0x06, 0x47, 0x10,
   110  	0x8c, 0x2b, 0x14, 0xce, 0xc5, 0x9b, 0x94, 0x98, 0x9e, 0x9e, 0x98, 0x9e, 0x1a, 0x9f, 0x59, 0x92,
   111  	0x9a, 0x5b, 0x2c, 0xc1, 0xaa, 0xc0, 0xac, 0xc1, 0x6d, 0x64, 0xa4, 0x87, 0xc5, 0xbd, 0x7a, 0x48,
   112  	0x6e, 0xd5, 0x73, 0x82, 0xe8, 0xf2, 0x04, 0x69, 0x72, 0xcd, 0x2b, 0x29, 0xaa, 0x0c, 0xe2, 0x49,
   113  	0x42, 0x12, 0x92, 0xb2, 0xe7, 0x12, 0xc4, 0x50, 0x22, 0x24, 0xc0, 0xc5, 0x9c, 0x9d, 0x5a, 0x09,
   114  	0xf6, 0x18, 0x67, 0x10, 0x88, 0x29, 0x24, 0xc2, 0xc5, 0x5a, 0x96, 0x98, 0x53, 0x9a, 0x0a, 0xf6,
   115  	0x0c, 0x67, 0x10, 0x84, 0x63, 0xc5, 0x64, 0xc1, 0xe8, 0xc4, 0x16, 0xc5, 0x02, 0xb2, 0x34, 0x89,
   116  	0x0d, 0x1c, 0x80, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0xcb, 0xda, 0x54, 0x8b, 0x4e, 0x01,
   117  	0x00, 0x00,
   118  }