Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
SubscribedUsers = make(map[int]bool)
)
Functions ¶
This section is empty.
Types ¶
type Bot ¶
type Bot struct {
// contains filtered or unexported fields
}
func MustInit ¶
func MustInit(ctx context.Context, logger *slog.Logger, repo repository.SubscriberRepository) *Bot
func New ¶
func New(ctx context.Context, logger *slog.Logger, repo repository.SubscriberRepository) (*Bot, error)
func (*Bot) NotifySubscribed ¶
Click to show internal directories.
Click to hide internal directories.