var github.com/gotd/td/internal/proto/codec.IntermediateClientStart
8 uses
github.com/gotd/td/internal/proto/codec (current package)
intermediate.go#L14: var IntermediateClientStart = [4]byte{0xee, 0xee, 0xee, 0xee}
intermediate.go#L27: if _, err := w.Write(IntermediateClientStart[:]); err != nil {
intermediate.go#L41: if b != IntermediateClientStart {
intermediate.go#L50: return IntermediateClientStart
github.com/gotd/td/internal/mtproxy
secret.go#L35: case codec.IntermediateClientStart[0]:
secret.go#L76: codec.IntermediateClientStart[0],
github.com/gotd/td/telegram/dcs
plain.go#L89: tag = codec.IntermediateClientStart
github.com/gotd/td/transport
detect_codec.go#L26: case codec.IntermediateClientStart:
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. |