Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crackcomm/go-clitable
/ functions
Functions
16 in github.com/crackcomm/go-clitable
⨍
Functions
16
◇
Types & classes
1
↓ 3 callers
Method
AddRow
AddRow - Adds row to the table.
table.go:84
↓ 3 callers
Function
New
New - Creates a new table.
table.go:48
↓ 3 callers
Method
Print
Print - Prints table.
table.go:113
↓ 3 callers
Method
printDash
printDash - Prints dash (on top and header).
table.go:186
↓ 3 callers
Method
printTableDash
printTableDash - Prints table dash. Markdown or not depending on settings.
table.go:177
↓ 3 callers
Method
rowString
rowString - Creates a string row.
table.go:155
↓ 2 callers
Method
calculateSizes
(row map[string]string)
table.go:212
↓ 2 callers
Method
fieldString
fieldString - Creates field value string.
table.go:165
↓ 1 callers
Method
getHead
getHead - Returns table header containing fields names.
table.go:146
↓ 1 callers
Method
lineLength
lineLength - Counts size of table line length (with spaces etc.).
table.go:205
↓ 1 callers
Function
mapToRows
(m map[string]interface{})
table.go:231
↓ 1 callers
Method
printMarkdownDash
printMarkdownDash - Prints dash in middle of table.
table.go:196
Method
AddFooter
AddFooter - Adds footer to the table.
table.go:108
Function
PrintHorizontal
PrintHorizontal - Prints horizontal table from a map.
table.go:66
Function
PrintRow
PrintRow - Prints table with only one row.
table.go:77
Function
PrintTable
PrintTable - Prints table.
table.go:57