generated

package
v0.24.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 21, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

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 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) Descriptor() ([]byte, []int)

Deprecated: Use Header.ProtoReflect.Descriptor instead.

func (*Header) GetItems added in v0.23.24

func (x *Header) GetItems() []string

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

func (*Header) Reset added in v0.23.24

func (x *Header) Reset()

func (*Header) String added in v0.23.24

func (x *Header) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Request.ProtoReflect.Descriptor instead.

func (*Request) GetBody

func (x *Request) GetBody() []byte

func (*Request) GetEndpoint

func (x *Request) GetEndpoint() string

func (*Request) GetHeaders

func (x *Request) GetHeaders() map[string]*Header

func (*Request) GetId

func (x *Request) GetId() string

func (*Request) GetMethod

func (x *Request) GetMethod() string

func (*Request) GetPid

func (x *Request) GetPid() string

func (*Request) ProtoMessage

func (*Request) ProtoMessage()

func (*Request) ProtoReflect

func (x *Request) ProtoReflect() protoreflect.Message

func (*Request) Reset

func (x *Request) Reset()

func (*Request) String

func (x *Request) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Response.ProtoReflect.Descriptor instead.

func (*Response) GetBody

func (x *Response) GetBody() []byte

func (*Response) GetHeaders

func (x *Response) GetHeaders() map[string]*Header

func (*Response) GetId

func (x *Response) GetId() string

func (*Response) GetPid

func (x *Response) GetPid() string

func (*Response) GetStatus

func (x *Response) GetStatus() uint32

func (*Response) ProtoMessage

func (*Response) ProtoMessage()

func (*Response) ProtoReflect

func (x *Response) ProtoReflect() protoreflect.Message

func (*Response) Reset

func (x *Response) Reset()

func (*Response) String

func (x *Response) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL