Versions in this module Expand all Collapse all v1 v1.0.2 Oct 3, 2024 v1.0.1 Oct 3, 2024 Changes in this version + type RocketChat struct + func New(serverURL, scheme, userID, token string) (*RocketChat, error) + func (r *RocketChat) AddReceivers(channelNames ...string) + func (r *RocketChat) Send(ctx context.Context, subject, message string) error