()
| 353 | } |
| 354 | |
| 355 | func (c *diskUsageVolumesContext) MarshalJSON() ([]byte, error) { |
| 356 | return MarshalJSON(c) |
| 357 | } |
| 358 | |
| 359 | func (*diskUsageVolumesContext) Type() string { |
| 360 | return "Local Volumes" |
nothing calls this directly
no test coverage detected