Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
44
func
(w *BotWorkers) Init(log *zap.Logger) {
45
w.log = log.Named(
"Workers"
)
46
}
47
48
func
(w *BotWorkers) AddDefaultClient(client *gotgproto.Client, self *tg.User) {
49
if
w.Bots == nil {
Callers
1
StartWorkers
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected