Documentation ¶
Index ¶
- Variables
- type Header
- type Request
- func (*Request) Descriptor() ([]byte, []int)deprecated
- func (x *Request) GetBody() []byte
- func (x *Request) GetEndpoint() string
- func (x *Request) GetHeaders() map[string]*Header
- func (x *Request) GetId() string
- func (x *Request) GetMethod() string
- func (x *Request) GetPid() string
- 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) GetBody() []byte
- func (x *Response) GetHeaders() map[string]*Header
- func (x *Response) GetId() string
- func (x *Response) GetPid() string
- func (x *Response) GetStatus() uint32
- func (*Response) ProtoMessage()
- func (x *Response) ProtoReflect() protoreflect.Message
- func (x *Response) Reset()
- func (x *Response) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_src_internal_core_server_transport_proto_header_proto protoreflect.FileDescriptor
View Source
var File_src_internal_core_server_transport_proto_request_proto protoreflect.FileDescriptor
View Source
var File_src_internal_core_server_transport_proto_response_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Header ¶ added in v0.23.24
type Header struct { Items []string `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` // Liste de strings // contains filtered or unexported fields }
func (*Header) Descriptor
deprecated
added in
v0.23.24
func (*Header) ProtoMessage ¶ added in v0.23.24
func (*Header) ProtoMessage()
func (*Header) ProtoReflect ¶ added in v0.23.24
func (x *Header) ProtoReflect() protoreflect.Message
type Request ¶
type Request struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Pid string `protobuf:"bytes,2,opt,name=pid,proto3" json:"pid,omitempty"` Method string `protobuf:"bytes,3,opt,name=method,proto3" json:"method,omitempty"` Endpoint string `protobuf:"bytes,4,opt,name=endpoint,proto3" json:"endpoint,omitempty"` Body []byte `protobuf:"bytes,5,opt,name=body,proto3,oneof" json:"body,omitempty"` Headers map[string]*Header `` /* 155-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Request) Descriptor
deprecated
func (*Request) GetEndpoint ¶
func (*Request) GetHeaders ¶
func (*Request) ProtoMessage ¶
func (*Request) ProtoMessage()
func (*Request) ProtoReflect ¶
func (x *Request) ProtoReflect() protoreflect.Message
type Response ¶
type Response struct { Status uint32 `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` Pid string `protobuf:"bytes,3,opt,name=pid,proto3" json:"pid,omitempty"` Body []byte `protobuf:"bytes,4,opt,name=body,proto3" json:"body,omitempty"` Headers map[string]*Header `` /* 155-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Response) Descriptor
deprecated
func (*Response) GetHeaders ¶
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.