Documentation ¶
Index ¶
- Variables
- type Journal
- func (*Journal) Descriptor() ([]byte, []int)deprecated
- func (x *Journal) GetCostSeconds() float64
- func (x *Journal) GetId() string
- func (x *Journal) GetRequest() *Request
- func (x *Journal) GetResponse() *Response
- func (x *Journal) GetSuccess() bool
- func (*Journal) ProtoMessage()
- func (x *Journal) ProtoReflect() protoreflect.Message
- func (x *Journal) Reset()
- func (x *Journal) String() string
- type Request
- func (*Request) Descriptor() ([]byte, []int)deprecated
- func (x *Request) GetMetadata() map[string]string
- func (x *Request) GetMethod() string
- func (x *Request) GetPayload() *anypb.Any
- func (x *Request) GetRestapi() bool
- func (*Request) ProtoMessage()
- func (x *Request) ProtoReflect() protoreflect.Message
- func (x *Request) Reset()
- func (x *Request) String() string
- type Response
- func (*Response) Descriptor() ([]byte, []int)deprecated
- func (x *Response) GetCode() string
- func (x *Response) GetDetails() []*anypb.Any
- func (x *Response) GetMessage() string
- func (x *Response) GetPayload() *anypb.Any
- func (*Response) ProtoMessage()
- func (x *Response) ProtoReflect() protoreflect.Message
- func (x *Response) Reset()
- func (x *Response) String() string
- type Stack
Constants ¶
This section is empty.
Variables ¶
View Source
var File_internal_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Journal ¶
type Journal struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Request *Request `protobuf:"bytes,2,opt,name=request,proto3" json:"request,omitempty"` Response *Response `protobuf:"bytes,3,opt,name=response,proto3" json:"response,omitempty"` Success bool `protobuf:"varint,4,opt,name=success,proto3" json:"success,omitempty"` CostSeconds float64 `protobuf:"fixed64,5,opt,name=cost_seconds,json=costSeconds,proto3" json:"cost_seconds,omitempty"` // contains filtered or unexported fields }
func (*Journal) Descriptor
deprecated
func (*Journal) GetCostSeconds ¶
func (*Journal) GetRequest ¶
func (*Journal) GetResponse ¶
func (*Journal) GetSuccess ¶
func (*Journal) ProtoMessage ¶
func (*Journal) ProtoMessage()
func (*Journal) ProtoReflect ¶
func (x *Journal) ProtoReflect() protoreflect.Message
type Request ¶
type Request struct { Restapi bool `protobuf:"varint,1,opt,name=restapi,proto3" json:"restapi,omitempty"` Method string `protobuf:"bytes,2,opt,name=method,proto3" json:"method,omitempty"` Metadata map[string]string `` /* 157-byte string literal not displayed */ Payload *anypb.Any `protobuf:"bytes,4,opt,name=payload,proto3" json:"payload,omitempty"` // contains filtered or unexported fields }
func (*Request) Descriptor
deprecated
func (*Request) GetMetadata ¶
func (*Request) GetPayload ¶
func (*Request) GetRestapi ¶
func (*Request) ProtoMessage ¶
func (*Request) ProtoMessage()
func (*Request) ProtoReflect ¶
func (x *Request) ProtoReflect() protoreflect.Message
type Response ¶
type Response struct { Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"` Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` Details []*anypb.Any `protobuf:"bytes,3,rep,name=details,proto3" json:"details,omitempty"` Payload *anypb.Any `protobuf:"bytes,4,opt,name=payload,proto3" json:"payload,omitempty"` // contains filtered or unexported fields }
func (*Response) Descriptor
deprecated
func (*Response) GetDetails ¶
func (*Response) GetMessage ¶
func (*Response) GetPayload ¶
func (*Response) ProtoMessage ¶
func (*Response) ProtoMessage()
func (*Response) ProtoReflect ¶
func (x *Response) ProtoReflect() protoreflect.Message
type Stack ¶
type Stack struct { Info string `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"` // contains filtered or unexported fields }
func (*Stack) Descriptor
deprecated
func (*Stack) ProtoMessage ¶
func (*Stack) ProtoMessage()
func (*Stack) ProtoReflect ¶
func (x *Stack) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.