Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Row ¶
type Row interface { Resource() resources.Resource Elements() elements.Elements OnTable() tables.Table }
Row represents a table row
type RowBuilder ¶
type RowBuilder interface { Create() RowBuilder WithElements(elements []elements.Element) RowBuilder OnTable(table tables.Table) RowBuilder Now() (Row, error) }
RowBuilder represents the row builder
func NewRowBuilder ¶
func NewRowBuilder() RowBuilder
NewRowBuilder creates a new row builder instance
Click to show internal directories.
Click to hide internal directories.