Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/EverythingSuckz/TG-FileStreamBot
/ String
Method
String
internal/bot/workers.go:27–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
}
26
27
func
(w *Worker) String() string {
28
return
fmt.Sprintf(
"{Worker (%d|@%s)}"
, w.ID, w.Self.Username)
29
}
30
31
type
BotWorkers
struct
{
32
Bots []*Worker
Callers
6
Pack
Method · 0.80
StartUserBot
Function · 0.80
StartClient
Function · 0.80
runApp
Function · 0.80
SetFlagsFromConfig
Function · 0.80
getInternalIP
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected