Versions in this module Expand all Collapse all v0 v0.17.6 Dec 3, 2021 v0.17.5 Dec 3, 2021 Changes in this version + type Config struct + AppID string + AppSecret string + Cache cache.Cache + EncodingAESKey string + Token string + type Service struct + func New(cfg *Config) *Service + func (s *Service) AddReceivers(userIDs ...string) + func (s *Service) Send(ctx context.Context, subject, content string) error + func (s *Service) WaitForOneOffVerification(serverURL string, devMode bool, callback verificationCallbackFunc) error