Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
func
NewDataRow(name string, value string) *DataRow {
26
return
&DataRow{
27
Name: name,
28
Value: value,
29
}
30
}
31
32
type
Table
interface
{
33
AddRow(...string)
Callers
10
formatVariableValueForBasic
Function · 0.92
contributeEndpoint
Function · 0.92
contributeEndpoint
Function · 0.92
contributeEndpoint
Function · 0.92
ViewRun
Function · 0.92
ContributeProxy
Function · 0.92
ContributeAccount
Function · 0.92
contributeDetails
Function · 0.92
ViewRun
Function · 0.92
contributeDetails
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected