github.com/epsagon/epsagon-go@v1.39.0/protocol/trace.pb.go (about)

     1  // Code generated by protoc-gen-go. DO NOT EDIT.
     2  // source: trace.proto
     3  
     4  package protocol
     5  
     6  import (
     7  	fmt "fmt"
     8  	proto "github.com/golang/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.ProtoPackageIsVersion2 // please upgrade the proto package
    22  
    23  type Trace struct {
    24  	AppName              string       `protobuf:"bytes,1,opt,name=app_name,json=appName,proto3" json:"app_name,omitempty"`
    25  	Token                string       `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
    26  	Events               []*Event     `protobuf:"bytes,3,rep,name=events,proto3" json:"events,omitempty"`
    27  	Exceptions           []*Exception `protobuf:"bytes,4,rep,name=exceptions,proto3" json:"exceptions,omitempty"`
    28  	Version              string       `protobuf:"bytes,5,opt,name=version,proto3" json:"version,omitempty"`
    29  	Platform             string       `protobuf:"bytes,6,opt,name=platform,proto3" json:"platform,omitempty"`
    30  	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
    31  	XXX_unrecognized     []byte       `json:"-"`
    32  	XXX_sizecache        int32        `json:"-"`
    33  }
    34  
    35  func (m *Trace) Reset()         { *m = Trace{} }
    36  func (m *Trace) String() string { return proto.CompactTextString(m) }
    37  func (*Trace) ProtoMessage()    {}
    38  func (*Trace) Descriptor() ([]byte, []int) {
    39  	return fileDescriptor_0571941a1d628a80, []int{0}
    40  }
    41  
    42  func (m *Trace) XXX_Unmarshal(b []byte) error {
    43  	return xxx_messageInfo_Trace.Unmarshal(m, b)
    44  }
    45  func (m *Trace) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    46  	return xxx_messageInfo_Trace.Marshal(b, m, deterministic)
    47  }
    48  func (m *Trace) XXX_Merge(src proto.Message) {
    49  	xxx_messageInfo_Trace.Merge(m, src)
    50  }
    51  func (m *Trace) XXX_Size() int {
    52  	return xxx_messageInfo_Trace.Size(m)
    53  }
    54  func (m *Trace) XXX_DiscardUnknown() {
    55  	xxx_messageInfo_Trace.DiscardUnknown(m)
    56  }
    57  
    58  var xxx_messageInfo_Trace proto.InternalMessageInfo
    59  
    60  func (m *Trace) GetAppName() string {
    61  	if m != nil {
    62  		return m.AppName
    63  	}
    64  	return ""
    65  }
    66  
    67  func (m *Trace) GetToken() string {
    68  	if m != nil {
    69  		return m.Token
    70  	}
    71  	return ""
    72  }
    73  
    74  func (m *Trace) GetEvents() []*Event {
    75  	if m != nil {
    76  		return m.Events
    77  	}
    78  	return nil
    79  }
    80  
    81  func (m *Trace) GetExceptions() []*Exception {
    82  	if m != nil {
    83  		return m.Exceptions
    84  	}
    85  	return nil
    86  }
    87  
    88  func (m *Trace) GetVersion() string {
    89  	if m != nil {
    90  		return m.Version
    91  	}
    92  	return ""
    93  }
    94  
    95  func (m *Trace) GetPlatform() string {
    96  	if m != nil {
    97  		return m.Platform
    98  	}
    99  	return ""
   100  }
   101  
   102  func init() {
   103  	proto.RegisterType((*Trace)(nil), "protocol.Trace")
   104  }
   105  
   106  func init() { proto.RegisterFile("trace.proto", fileDescriptor_0571941a1d628a80) }
   107  
   108  var fileDescriptor_0571941a1d628a80 = []byte{
   109  	// 196 bytes of a gzipped FileDescriptorProto
   110  	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x4c, 0x8e, 0x3f, 0xcf, 0x82, 0x30,
   111  	0x10, 0xc6, 0xc3, 0xcb, 0xcb, 0x1f, 0x8f, 0x81, 0xa4, 0x3a, 0x54, 0x26, 0xe2, 0x22, 0x13, 0x83,
   112  	0x7c, 0x06, 0x57, 0x07, 0xe2, 0x6e, 0x2a, 0x39, 0x13, 0x22, 0xb4, 0x97, 0xd2, 0x10, 0x3f, 0xa4,
   113  	0x1f, 0xca, 0xd0, 0x02, 0x61, 0x6a, 0x7e, 0xf7, 0x7b, 0x7a, 0xf7, 0x40, 0x62, 0xb4, 0x68, 0xb0,
   114  	0x24, 0xad, 0x8c, 0x62, 0xb1, 0x7d, 0x1a, 0xd5, 0x65, 0x29, 0x7e, 0x1a, 0x24, 0xd3, 0x2a, 0xe9,
   115  	0x54, 0x96, 0xe0, 0x88, 0xd2, 0x38, 0x38, 0x7d, 0x3d, 0x08, 0xee, 0xd3, 0x3f, 0x76, 0x84, 0x58,
   116  	0x10, 0x3d, 0xa4, 0xe8, 0x91, 0x7b, 0xb9, 0x57, 0xec, 0xea, 0x48, 0x10, 0xdd, 0x44, 0x8f, 0xec,
   117  	0x00, 0x81, 0x51, 0x6f, 0x94, 0xfc, 0xcf, 0xce, 0x1d, 0xb0, 0x33, 0x84, 0x76, 0xd3, 0xc0, 0xfd,
   118  	0xdc, 0x2f, 0x92, 0x4b, 0x5a, 0x2e, 0x37, 0xcb, 0xeb, 0x34, 0xaf, 0x67, 0xcd, 0x2a, 0x80, 0xb5,
   119  	0xc3, 0xc0, 0xff, 0x6d, 0x78, 0xbf, 0x09, 0x2f, 0xae, 0xde, 0xc4, 0x18, 0x87, 0x68, 0x44, 0x3d,
   120  	0xb4, 0x4a, 0xf2, 0xc0, 0xb5, 0x99, 0x91, 0x65, 0x10, 0x53, 0x27, 0xcc, 0x4b, 0xe9, 0x9e, 0x87,
   121  	0x56, 0xad, 0xfc, 0x0c, 0xed, 0xd6, 0xea, 0x17, 0x00, 0x00, 0xff, 0xff, 0x98, 0xec, 0x38, 0x25,
   122  	0x0c, 0x01, 0x00, 0x00,
   123  }