models

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 2, 2023 License: GPL-3.0 Imports: 1 Imported by: 22

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

type TableRow

type TableRow struct {
	// / Represents the cells of a given table
	Cells []string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL