(snapshotterName string)
| 27 | // Client interface used by SpecOpt |
| 28 | type Client interface { |
| 29 | SnapshotService(snapshotterName string) snapshots.Snapshotter |
| 30 | } |
| 31 | |
| 32 | // Image interface used by some SpecOpt to query image configuration |
no outgoing calls