NewStats is from https://github.com/docker/cli/blob/3fb4fb83dfb5db0c0753a8316f21aea54dab32c5/cli/command/container/formatter_stats.go#L113-L116
(containerID string, containerName string)
| 75 | |
| 76 | // NewStats is from https://github.com/docker/cli/blob/3fb4fb83dfb5db0c0753a8316f21aea54dab32c5/cli/command/container/formatter_stats.go#L113-L116 |
| 77 | func NewStats(containerID string, containerName string) *Stats { |
| 78 | return &Stats{StatsEntry: StatsEntry{ID: containerID, Name: containerName}} |
| 79 | } |
| 80 | |
| 81 | // SetStatistics is from https://github.com/docker/cli/blob/3fb4fb83dfb5db0c0753a8316f21aea54dab32c5/cli/command/container/formatter_stats.go#L87-L93 |
| 82 | func (cs *Stats) SetStatistics(s StatsEntry) { |
no outgoing calls
no test coverage detected
searching dependent graphs…