Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type MockSignalClient ¶
type MockSignalClient struct { MessagesFunc func() <-chan types.Message DoneFunc func() <-chan struct{} WriteFunc func(msg types.Message) error }
func (MockSignalClient) Done ¶
func (s MockSignalClient) Done() <-chan struct{}
func (MockSignalClient) Messages ¶
func (s MockSignalClient) Messages() <-chan types.Message
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) BroadcastNodes ¶
func (*Server) BroadcastSignal ¶
func (*Server) Handler ¶
func (s *Server) Handler(ctx *fasthttp.RequestCtx)
func (*Server) ProcessSignal ¶
func (s *Server) ProcessSignal()
type SignalClient ¶
type SignalClient struct {
// contains filtered or unexported fields
}
func (*SignalClient) Done ¶
func (c *SignalClient) Done() <-chan struct{}
func (*SignalClient) Messages ¶
func (c *SignalClient) Messages() <-chan types.Message
type WriteFunction ¶
Click to show internal directories.
Click to hide internal directories.