type github.com/gotd/td/telegram.CloseInvoker
6 uses
github.com/gotd/td/telegram (current package)
client.go#L100: subConns map[int]CloseInvoker
client.go#L216: c.subConns = map[int]CloseInvoker{}
pool.go#L19: type CloseInvoker interface {
pool.go#L40: func (c *Client) Pool(max int64) (CloseInvoker, error) {
pool.go#L113: func (c *Client) DC(ctx context.Context, dc int, max int64) (CloseInvoker, error) {
pool.go#L119: func (c *Client) MediaOnly(ctx context.Context, dc int, max int64) (CloseInvoker, error) {
|
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. |