MCPcopy 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
32type Table interface {
33 AddRow(...string)
34 Print() error
35}
36
37type table struct {
38 out io.Writer

Callers 16

printGitResourceGitRefsFunction · 0.95
printPackageVersionsFunction · 0.95
PrintRowsFunction · 0.95
PrintResourceFunction · 0.95
PrintArrayFunction · 0.95
OutputDeprovisionResultFunction · 0.95
runRunbooksByTagFunction · 0.95
listRunFunction · 0.95
printGitResourceGitRefsFunction · 0.95
printPackageVersionsFunction · 0.95
PrintRowsFunction · 0.95
PrintResourceFunction · 0.95

Implementers 1

tablepkg/output/table.go

Calls

no outgoing calls

Tested by

no test coverage detected