Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_applogger_v1_applogger_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type LogAttrs ¶
type LogAttrs 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 (*LogAttrs) Descriptor
deprecated
func (*LogAttrs) ProtoMessage ¶
func (*LogAttrs) ProtoMessage()
func (*LogAttrs) ProtoReflect ¶
func (x *LogAttrs) ProtoReflect() protoreflect.Message
type LogEntry ¶
type LogEntry struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` LogAttrs []*LogAttrs `protobuf:"bytes,2,rep,name=log_attrs,json=logAttrs,proto3" json:"log_attrs,omitempty"` // contains filtered or unexported fields }
func (*LogEntry) Descriptor
deprecated
func (*LogEntry) GetLogAttrs ¶
func (*LogEntry) GetMessage ¶
func (*LogEntry) ProtoMessage ¶
func (*LogEntry) ProtoMessage()
func (*LogEntry) ProtoReflect ¶
func (x *LogEntry) ProtoReflect() protoreflect.Message
type Response ¶
type Response struct {
// contains filtered or unexported fields
}
func (*Response) Descriptor
deprecated
func (*Response) ProtoMessage ¶
func (*Response) ProtoMessage()
func (*Response) ProtoReflect ¶
func (x *Response) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.