Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Status ¶
type Status struct {
// contains filtered or unexported fields
}
Status is a worker responsible for checking the status of the active member of the given group and address.
func New ¶
New creates a new instance of the Status worker. It initializes the necessary components and returns the created Status instance or an error if initialization fails.
func (*Status) GetResponseReceivers ¶ added in v3.0.1
func (s *Status) GetResponseReceivers() []*msg.ResponseReceiver
GetResponseReceivers returns the message response receivers of the worker.
Click to show internal directories.
Click to hide internal directories.