MCPcopy
hub / github.com/EverythingSuckz/TG-FileStreamBot / Init

Method Init

internal/bot/workers.go:44–46  ·  view source on GitHub ↗
(log *zap.Logger)

Source from the content-addressed store, hash-verified

42}
43
44func (w *BotWorkers) Init(log *zap.Logger) {
45 w.log = log.Named("Workers")
46}
47
48func (w *BotWorkers) AddDefaultClient(client *gotgproto.Client, self *tg.User) {
49 if w.Bots == nil {

Callers 1

StartWorkersFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected