strfmt

package
v0.0.0-...-710f28d Latest Latest
Warning

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

Go to latest
Published: May 15, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Column

type Column struct {
	Rows []Row
}

type Row

type Row struct {
	Value string
}

type Table

type Table struct {
	Columns []Column
}

func NewTable

func NewTable() *Table

func (Table) ASCIIDocTable

func (t Table) ASCIIDocTable() string

func (*Table) AppendToColumn

func (t *Table) AppendToColumn(column int, text string)

func (Table) MarkdownTable

func (t Table) MarkdownTable() string

func (Table) String

func (t Table) String() string

Jump to

Keyboard shortcuts

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