Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OctopusDeploy/cli
/ Table
Interface
Table
pkg/output/table.go:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
type
Table
interface
{
33
AddRow(...string)
34
Print() error
35
}
36
37
type
table
struct
{
38
out io.Writer
Callers
16
printGitResourceGitRefs
Function · 0.95
printPackageVersions
Function · 0.95
PrintRows
Function · 0.95
PrintResource
Function · 0.95
PrintArray
Function · 0.95
OutputDeprovisionResult
Function · 0.95
runRunbooksByTag
Function · 0.95
listRun
Function · 0.95
printGitResourceGitRefs
Function · 0.95
printPackageVersions
Function · 0.95
PrintRows
Function · 0.95
PrintResource
Function · 0.95
Implementers
1
table
pkg/output/table.go
Calls
no outgoing calls
Tested by
no test coverage detected