github.com/gotd/td/mtproto.Session.ID (field)
12 uses
github.com/gotd/td/mtproto (current package)
bind.go#L53: if s.ID == 0 {
bind.go#L72: TempSessionID: s.ID,
bind.go#L107: log.Int64("temp_session_id", s.ID),
connect.go#L66: if session.ID == 0 {
new_encrypted_msg.go#L30: SessionID: s.ID,
new_encrypted_msg.go#L46: SessionID: s.ID,
new_encrypted_msg.go#L54: SessionID: s.ID,
read.go#L60: if msg.SessionID != session.ID {
read.go#L61: return nil, errors.Wrapf(errRejected, "invalid session (got %d, expected %d)", msg.SessionID, session.ID)
read.go#L115: if c.session().ID == 0 {
session.go#L7: ID int64
session.go#L23: ID: c.sessionID,
 |
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. |