Documentation ¶
Index ¶
- Variables
- type LastError
- func (*LastError) Descriptor() ([]byte, []int)deprecated
- func (x *LastError) GetId() string
- func (x *LastError) GetMessage() string
- func (x *LastError) GetTime() *timestamppb.Timestamp
- func (*LastError) ProtoMessage()
- func (x *LastError) ProtoReflect() protoreflect.Message
- func (x *LastError) Reset()
- func (x *LastError) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_last_error_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type LastError ¶ added in v0.17.0
type LastError struct { Time *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=time,proto3" json:"time,omitempty"` Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` Id string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
LastError is a last error
func (*LastError) Descriptor
deprecated
added in
v0.17.0
func (*LastError) GetMessage ¶ added in v0.17.0
func (*LastError) GetTime ¶ added in v0.17.0
func (x *LastError) GetTime() *timestamppb.Timestamp
func (*LastError) ProtoMessage ¶ added in v0.17.0
func (*LastError) ProtoMessage()
func (*LastError) ProtoReflect ¶ added in v0.17.0
func (x *LastError) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.