WriteStat writes a single Stat, implementation need not be thread safe.
(context.Context, stats.Stat)
| 133 | |
| 134 | // WriteStat writes a single Stat, implementation need not be thread safe. |
| 135 | WriteStat(context.Context, stats.Stat) |
| 136 | |
| 137 | // Volumes returns an array of 2-element tuples indicating storage volume mounts. |
| 138 | // The first element is the path on the host, and the second element is the |