MCPcopy
hub / github.com/moncho/dry / monitorRow

Struct monitorRow

appui/monitor_model.go:35–38  ·  view source on GitHub ↗

monitorRow displays stats for one container.

Source from the content-addressed store, hash-verified

33
34// monitorRow displays stats for one container.
35type monitorRow struct {
36 cid string
37 columns []string
38}
39
40func (r monitorRow) Columns() []string { return r.columns }
41func (r monitorRow) ID() string { return r.cid }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected