()
| 316 | } |
| 317 | |
| 318 | func (c *diskUsageContainersContext) MarshalJSON() ([]byte, error) { |
| 319 | return MarshalJSON(c) |
| 320 | } |
| 321 | |
| 322 | func (*diskUsageContainersContext) Type() string { |
| 323 | return "Containers" |
nothing calls this directly
no test coverage detected