Documentation
¶
Overview ¶
Package handler has a set of handlers for different purposes, like gRPC and regular HTTP
Package handler has a set of handlers for different purposes, like gRPC and regular HTTP
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type QaclanaGrpcBackend ¶
type QaclanaGrpcBackend struct {
// contains filtered or unexported fields
}
QaclanaGrpcBackend is a representation of the operations available remotely
func (*QaclanaGrpcBackend) Receive ¶
func (s *QaclanaGrpcBackend) Receive(in *qaclana.Empty, stream qaclana.SystemStateService_ReceiveServer) error
Receive updates to the system state, retrieving first the current state and blocking until further updates are available
type SysState ¶
type SysState struct {
// contains filtered or unexported fields
}
SysState represents the system state HTTP handler
func NewSysStateHandler ¶
NewSysStateHandler creates a new system state HTTP handler