type github.com/gotd/td/tg.Double
16 uses
github.com/gotd/td/tg (current package)
tl_double_gen.go#L37: type Double struct {
tl_double_gen.go#L45: _ bin.Encoder = &Double{}
tl_double_gen.go#L46: _ bin.Decoder = &Double{}
tl_double_gen.go#L47: _ bin.BareEncoder = &Double{}
tl_double_gen.go#L48: _ bin.BareDecoder = &Double{}
tl_double_gen.go#L51: func (d *Double) Zero() bool {
tl_double_gen.go#L60: func (d *Double) String() string {
tl_double_gen.go#L64: type Alias Double
tl_double_gen.go#L71: func (*Double) TypeID() uint32 {
tl_double_gen.go#L76: func (*Double) TypeName() string {
tl_double_gen.go#L81: func (d *Double) TypeInfo() tdp.Type {
tl_double_gen.go#L95: func (d *Double) Encode(b *bin.Buffer) error {
tl_double_gen.go#L104: func (d *Double) EncodeBare(b *bin.Buffer) error {
tl_double_gen.go#L112: func (d *Double) Decode(b *bin.Buffer) error {
tl_double_gen.go#L123: func (d *Double) DecodeBare(b *bin.Buffer) error {
tl_registry_gen.go#L5369: DoubleTypeID: func() bin.Object { return &Double{} },
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. |