Versions in this module Expand all Collapse all v0 v0.2.0 Jan 25, 2022 Changes in this version + type Handler struct + func NewHandler(ctx context.Context, serverEndpoint string, logger logging.Logger) *Handler + func (h *Handler) List() []interface{} + func (h *Handler) SetBot(b bot.Bot) + func (h *Handler) StartWatchingAll() error + func (h *Handler) Unwatch(batchId string) error + func (h *Handler) Watch(name, batchId, balanceEndpoint, minBalance, topupBalance, interval string) error