Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepflowio/deepflow
/ Render
Method
Render
cli/ctl/common/table/table.go:97–100 ·
view source on GitHub ↗
Render table output
()
Source
from the content-addressed store, hash-verified
95
96
// Render table output
97
func
(t *Table) Render() {
98
t.printHeading()
99
t.printRows()
100
}
101
102
func
(t Table) printRows() {
103
for
i, lines :=
range
t.lines {
Callers
15
listAgentGroup
Function · 0.80
listController
Function · 0.80
listIngerter
Function · 0.80
listSubDomain
Function · 0.80
listAgentGroupConfig
Function · 0.80
statsQuery
Function · 0.80
tableVm
Function · 0.80
tableVpc
Function · 0.80
tableHost
Function · 0.80
tableLldp
Function · 0.80
tablePort
Function · 0.80
tableNetwork
Function · 0.80
Calls
2
printHeading
Method · 0.95
printRows
Method · 0.95
Tested by
2
ExampleShort
Function · 0.64
ExampleChinese
Function · 0.64