type github.com/gotd/td/telegram/internal/manager.SetupCallback
7 uses
github.com/gotd/td/telegram/internal/manager (current package)
conn.go#L56: setup SetupCallback // nilable
create.go#L17: type SetupCallback = func(ctx context.Context, invoker tg.Invoker) error
create.go#L25: Setup SetupCallback
github.com/gotd/td/telegram
conn_builder.go#L90: func (c *Client) createPrimaryConn(setup manager.SetupCallback) pool.Conn {
conn_builder.go#L97: setup manager.SetupCallback,
dc_transfer.go#L11: func (c *Client) dcTransferSetup(dcID int) manager.SetupCallback {
pool.go#L128: setup := manager.SetupCallback(nil)
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |