Versions in this module Expand all Collapse all v0 v0.1.1 May 22, 2023 v0.1.0 May 13, 2023 Changes in this version + var File_fudge_proto protoreflect.FileDescriptor + func FromProto(pb *Error) error + type Error struct + Hops []*Hop + func ToProto(err error) *Error + func (*Error) Descriptor() ([]byte, []int) + func (*Error) ProtoMessage() + func (x *Error) GetHops() []*Hop + func (x *Error) ProtoReflect() protoreflect.Message + func (x *Error) Reset() + func (x *Error) String() string + type Frame struct + File string + Function string + KeyValues []*KeyValue + Line int32 + Message string + func (*Frame) Descriptor() ([]byte, []int) + func (*Frame) ProtoMessage() + 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 (x *Frame) ProtoReflect() protoreflect.Message + func (x *Frame) Reset() + func (x *Frame) String() string + type Hop struct + Binary string + Code string + Kind int32 + Message string + Trace []*Frame + func (*Hop) Descriptor() ([]byte, []int) + func (*Hop) ProtoMessage() + 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 (x *Hop) ProtoReflect() protoreflect.Message + func (x *Hop) Reset() + func (x *Hop) String() string + type KeyValue struct + Key string + Value string + func (*KeyValue) Descriptor() ([]byte, []int) + func (*KeyValue) ProtoMessage() + func (x *KeyValue) GetKey() string + func (x *KeyValue) GetValue() string + func (x *KeyValue) ProtoReflect() protoreflect.Message + func (x *KeyValue) Reset() + func (x *KeyValue) String() string