github.com/gotd/td/tg.Config.TestMode (field)
8 uses
github.com/gotd/td/tg (current package)
tl_config_gen.go#L67: TestMode bool
tl_config_gen.go#L250: if !(c.TestMode == false) {
tl_config_gen.go#L440: c.TestMode = from.GetTestMode()
tl_config_gen.go#L818: b.PutBool(c.TestMode)
tl_config_gen.go#L938: c.TestMode = value
tl_config_gen.go#L1342: return c.TestMode
github.com/gotd/td/session
session.go#L61: TestMode: c.TestMode,
session.go#L79: TestMode: c.TestMode,
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |