Versions in this module Expand all Collapse all v1 v1.2.0 Jan 21, 2019 v1.1.0 Jan 6, 2019 Changes in this version + var NopService = &Service + type Destination interface + Send func(ctx context.Context, req request) error + type Service struct + func NewService(dataService Store, size int, destinations ...Destination) *Service + func (s *Service) Close() + func (s *Service) Submit(comment store.Comment) + type Store interface + Get func(locator store.Locator, id string) (store.Comment, error) + type Telegram struct + func NewTelegram(token string, channelName string, timeout time.Duration, api string) (*Telegram, error) + func (t *Telegram) Send(ctx context.Context, req request) error + func (t *Telegram) String() string