MCPcopy Create free account
hub / github.com/OctopusDeploy/cli / NewDataRow

Function NewDataRow

pkg/output/table.go:25–30  ·  view source on GitHub ↗
(name string, value string)

Source from the content-addressed store, hash-verified

23}
24
25func NewDataRow(name string, value string) *DataRow {
26 return &DataRow{
27 Name: name,
28 Value: value,
29 }
30}
31
32type Table interface {
33 AddRow(...string)

Callers 10

contributeEndpointFunction · 0.92
contributeEndpointFunction · 0.92
contributeEndpointFunction · 0.92
ViewRunFunction · 0.92
ContributeProxyFunction · 0.92
ContributeAccountFunction · 0.92
contributeDetailsFunction · 0.92
ViewRunFunction · 0.92
contributeDetailsFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected