Documentation
¶
Index ¶
- Variables
- func FromProto(pb *Error) error
- type Error
- type Frame
- func (*Frame) Descriptor() ([]byte, []int)deprecated
- func (x *Frame) GetFile() string
- func (x *Frame) GetFunction() string
- func (x *Frame) GetKeyValues() []*KeyValue
- func (x *Frame) GetLine() int32
- func (x *Frame) GetMessage() string
- func (*Frame) ProtoMessage()
- func (x *Frame) ProtoReflect() protoreflect.Message
- func (x *Frame) Reset()
- func (x *Frame) String() string
- type Hop
- func (*Hop) Descriptor() ([]byte, []int)deprecated
- func (x *Hop) GetBinary() string
- func (x *Hop) GetCode() string
- func (x *Hop) GetKind() int32
- func (x *Hop) GetMessage() string
- func (x *Hop) GetTrace() []*Frame
- func (*Hop) ProtoMessage()
- func (x *Hop) ProtoReflect() protoreflect.Message
- func (x *Hop) Reset()
- func (x *Hop) String() string
- type KeyValue
Constants ¶
This section is empty.
Variables ¶
View Source
var File_fudge_proto protoreflect.FileDescriptor
Functions ¶
Types ¶
type Error ¶
type Error struct { Hops []*Hop `protobuf:"bytes,1,rep,name=hops,proto3" json:"hops,omitempty"` // contains filtered or unexported fields }
func (*Error) Descriptor
deprecated
func (*Error) ProtoMessage ¶
func (*Error) ProtoMessage()
func (*Error) ProtoReflect ¶
func (x *Error) ProtoReflect() protoreflect.Message
type Frame ¶
type Frame struct { File string `protobuf:"bytes,1,opt,name=file,proto3" json:"file,omitempty"` Function string `protobuf:"bytes,2,opt,name=function,proto3" json:"function,omitempty"` Line int32 `protobuf:"varint,3,opt,name=line,proto3" json:"line,omitempty"` Message string `protobuf:"bytes,4,opt,name=message,proto3" json:"message,omitempty"` KeyValues []*KeyValue `protobuf:"bytes,5,rep,name=key_values,json=keyValues,proto3" json:"key_values,omitempty"` // contains filtered or unexported fields }
func (*Frame) Descriptor
deprecated
func (*Frame) GetFunction ¶
func (*Frame) GetKeyValues ¶
func (*Frame) GetMessage ¶
func (*Frame) ProtoMessage ¶
func (*Frame) ProtoMessage()
func (*Frame) ProtoReflect ¶
func (x *Frame) ProtoReflect() protoreflect.Message
type Hop ¶
type Hop struct { Kind int32 `protobuf:"varint,1,opt,name=kind,proto3" json:"kind,omitempty"` Binary string `protobuf:"bytes,2,opt,name=binary,proto3" json:"binary,omitempty"` Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"` Code string `protobuf:"bytes,4,opt,name=code,proto3" json:"code,omitempty"` Trace []*Frame `protobuf:"bytes,5,rep,name=trace,proto3" json:"trace,omitempty"` // contains filtered or unexported fields }
func (*Hop) Descriptor
deprecated
func (*Hop) GetMessage ¶
func (*Hop) ProtoMessage ¶
func (*Hop) ProtoMessage()
func (*Hop) ProtoReflect ¶
func (x *Hop) ProtoReflect() protoreflect.Message
type KeyValue ¶
type KeyValue struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*KeyValue) Descriptor
deprecated
func (*KeyValue) ProtoMessage ¶
func (*KeyValue) ProtoMessage()
func (*KeyValue) ProtoReflect ¶
func (x *KeyValue) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.