type github.com/gotd/td/telegram/internal/manager.ConnMode
10 uses
github.com/gotd/td/telegram/internal/manager (current package)
conn.go#L30: type ConnMode byte
conn.go#L34: ConnModeUpdates ConnMode = iota
conn.go#L44: mode ConnMode // immutable
connmode_string.go#L20: func (i ConnMode) String() string {
connmode_string.go#L21: if i >= ConnMode(len(_ConnMode_index)-1) {
create.go#L56: mode ConnMode,
github.com/gotd/td/telegram
client.go#L93: defaultMode manager.ConnMode // immutable
conn_builder.go#L37: mode manager.ConnMode,
conn_builder.go#L46: mode manager.ConnMode,
conn_builder.go#L76: mode manager.ConnMode,
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. |