Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct{}
Client struct.
func (*Client) Read ¶
func (c *Client) Read(inputMsgs chan<- models.Message, rules map[string]models.Rule, bot *models.Bot)
Read implementation to satisfy remote interface This will read in schedule type rules from the rules map and create cronjobs that will trigger messages to be sent for processing to the Matcher function via 'inputMsgs' channel.
Click to show internal directories.
Click to hide internal directories.