github.com/gotd/td/internal/mt.FutureSalts.Salts (field)
9 uses
github.com/gotd/td/internal/mt (current package)
tl_future_salts_gen.go#L41: Salts []FutureSalt
tl_future_salts_gen.go#L65: if !(f.Salts == nil) {
tl_future_salts_gen.go#L136: b.PutInt(len(f.Salts))
tl_future_salts_gen.go#L137: for idx, v := range f.Salts {
tl_future_salts_gen.go#L182: f.Salts = make([]FutureSalt, 0, headerLen%bin.PreallocateLimit)
tl_future_salts_gen.go#L189: f.Salts = append(f.Salts, value)
tl_future_salts_gen.go#L216: return f.Salts
github.com/gotd/td/internal/mtproto
handle_future_salts.go#L20: c.salts.Store(res.Salts)
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. |