Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Recv ¶
func Recv(id uuid.UUID, logger *zap.Logger, stream indexer.IndexerService_TaskRPCClient, internalStream *structs.StreamAccess, pingCh chan<- structs.TaskResponse, finishCh chan error)
Recv listener for stream messages
Types ¶
type AwaitingPing ¶
type AwaitingPing struct {
// contains filtered or unexported fields
}
AwaitingPing is basic iinformation about sent ping's
type Client ¶
type Client struct{}
Client is GRPC implementation for connectivity
type ConnectGRPCRunner ¶
type ConnectGRPCRunner interface { Connect(ctx context.Context, stream *structs.StreamAccess) error Run(ctx context.Context, logger *zap.Logger, stream *structs.StreamAccess) }
ConnectGRPCRunner GRPC Runner interface
Click to show internal directories.
Click to hide internal directories.