Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OctopusDeploy/cli
/ table
Struct
table
pkg/output/table.go:37–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
type
table
struct
{
38
out io.Writer
39
maxWidth int
40
rows [][]string
41
}
42
43
func
PrintRows(rows []*DataRow, w io.Writer) {
44
t := NewTable(w)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected