Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Table ¶
type Table struct { // / Contains the Headers for the table Headers *TableRow // / Contains the Rows for the table Rows []*TableRow }
func CreateTableFromProtoTable ¶
func CreateTableFromProtoTable(p *m.ProtoTable) *Table
func (*Table) ConvertToProtoTable ¶
func (t *Table) ConvertToProtoTable() *m.ProtoTable
Click to show internal directories.
Click to hide internal directories.