type github.com/gotd/td/telegram/internal/manager.Conn
13 uses
github.com/gotd/td/telegram/internal/manager (current package)
conn.go#L42: type Conn struct {
conn.go#L78: func (c *Conn) OnSession(session mtproto.Session) error {
conn.go#L96: func (c *Conn) trackInvoke() func() {
conn.go#L121: func (c *Conn) Run(ctx context.Context) (err error) {
conn.go#L139: func (c *Conn) waitSession(ctx context.Context) error {
conn.go#L152: func (c *Conn) Ready() <-chan struct{} {
conn.go#L157: func (c *Conn) Invoke(ctx context.Context, input bin.Encoder, output bin.Decoder) error {
conn.go#L168: func (c *Conn) OnMessage(b *bin.Buffer) error {
conn.go#L180: func (c *Conn) wrapRequest(req bin.Object) bin.Object {
conn.go#L190: func (c *Conn) init(ctx context.Context) error {
conn.go#L249: func (c *Conn) Ping(ctx context.Context) error {
create.go#L60: ) *Conn {
create.go#L62: conn := &Conn{
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. |