type github.com/gotd/td/tdjson.Decoder
24 uses
github.com/gotd/td/tdjson (current package)
decoder.go#L14: type Decoder struct {
decoder.go#L21: func (b Decoder) Obj(cb func(d Decoder, key []byte) error) error {
decoder.go#L23: return cb(Decoder{Decoder: d}, key)
decoder.go#L28: func (b Decoder) Arr(cb func(d Decoder) error) error {
decoder.go#L30: return cb(Decoder{Decoder: d})
decoder.go#L35: func (b Decoder) ID() (string, error) {
decoder.go#L40: func (b Decoder) FindTypeID() (string, error) {
decoder.go#L69: func (b Decoder) ConsumeID(id string) error {
decoder.go#L81: func (b Decoder) Int() (int, error) {
decoder.go#L86: func (b Decoder) Bool() (bool, error) {
decoder.go#L91: func (b Decoder) Uint16() (uint16, error) {
decoder.go#L100: func (b Decoder) Int32() (int32, error) {
decoder.go#L105: func (b Decoder) Uint32() (uint32, error) {
decoder.go#L110: func (b Decoder) Int53() (int64, error) {
decoder.go#L115: func (b Decoder) Long() (int64, error) {
decoder.go#L124: func (b Decoder) Uint64() (uint64, error) {
decoder.go#L129: func (b Decoder) Double() (float64, error) {
decoder.go#L134: func (b Decoder) Int128() (bin.Int128, error) {
decoder.go#L155: func (b Decoder) Int256() (bin.Int256, error) {
decoder.go#L176: func (b Decoder) String() (string, error) {
decoder.go#L181: func (b Decoder) Bytes() ([]byte, error) {
obj.go#L10: DecodeTDLibJSON(Decoder) 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. |