Versions in this module Expand all Collapse all v1 v1.0.0 Jun 22, 2023 Changes in this version + type Daily struct + func NewDaily(config config.Config) *Daily + func (daily *Daily) Handle(channel string) (logrus.Hook, error) + type Single struct + func NewSingle(config config.Config) *Single + func (single *Single) Handle(channel string) (logrus.Hook, error)