Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoogleChat ¶
type GoogleChat struct {
// contains filtered or unexported fields
}
func NewGoogleChat ¶
func NewGoogleChat(config map[string]interface{}, appCfg *config.App) *GoogleChat
NewGoogleChat returns new google chat instance
func (*GoogleChat) SendEvent ¶
func (r *GoogleChat) SendEvent(e *event.Event) error
SendEvent sends event to the provider
func (*GoogleChat) SendMessage ¶
func (r *GoogleChat) SendMessage(msg string) error
SendMessage sends text message to the provider
Click to show internal directories.
Click to hide internal directories.