Documentation ¶
Index ¶
- type Reply
- type Request
- type RequestReply
- type VLRServer
- func (srv *VLRServer) ConfigServer(ctx context.Context, config *protos.ServerConfiguration) (*orcprotos.Void, error)
- func (srv *VLRServer) GetNextRequestReplyPair() (*RequestReply, error)
- func (srv *VLRServer) ReplyClient(clientRequest []byte) error
- func (srv *VLRServer) Reset(ctx context.Context, req *orcprotos.Void) (*orcprotos.Void, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequestReply ¶
type RequestReply struct {
// contains filtered or unexported fields
}
type VLRServer ¶
type VLRServer struct { Conn servicers.ServerConnectionInterface // contains filtered or unexported fields }
func NewVLRServer ¶
func NewVLRServer(ConnectionInterface servicers.ServerConnectionInterface) (*VLRServer, error)
func (*VLRServer) ConfigServer ¶
func (*VLRServer) GetNextRequestReplyPair ¶
func (srv *VLRServer) GetNextRequestReplyPair() (*RequestReply, error)
func (*VLRServer) ReplyClient ¶
Click to show internal directories.
Click to hide internal directories.