Documentation ¶
Rendered for windows/amd64
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectService ¶
type ConnectService struct { server2.UnimplementedConnectServiceServer // contains filtered or unexported fields }
func NewConnectService ¶
func NewConnectService( transaqHandler *transaq.TransaqHandler, messagesQueue *queue.FixedQueue[string], clientExists *client.ClientExists, logger *zerolog.Logger, ) *ConnectService
func (*ConnectService) FetchResponseData ¶
func (s *ConnectService) FetchResponseData(_ *server2.DataRequest, srv server2.ConnectService_FetchResponseDataServer) error
func (*ConnectService) SendCommand ¶
func (s *ConnectService) SendCommand(_ context.Context, request *server2.SendCommandRequest) (*server2.SendCommandResponse, error)
Click to show internal directories.
Click to hide internal directories.