github.com/gotd/td/tg.PageTableRow.Cells (field)
9 uses
github.com/gotd/td/tg (current package)
tl_page_table_row_gen.go#L40: Cells []PageTableCell
tl_page_table_row_gen.go#L58: if !(p.Cells == nil) {
tl_page_table_row_gen.go#L78: p.Cells = from.GetCells()
tl_page_table_row_gen.go#L126: b.PutVectorHeader(len(p.Cells))
tl_page_table_row_gen.go#L127: for idx, v := range p.Cells {
tl_page_table_row_gen.go#L158: p.Cells = make([]PageTableCell, 0, headerLen%bin.PreallocateLimit)
tl_page_table_row_gen.go#L165: p.Cells = append(p.Cells, value)
tl_page_table_row_gen.go#L176: return p.Cells
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. |