(name string)
| 47 | type TmpManagerInterface interface { |
| 48 | GetTmpStorage(name string) (path string, err error) |
| 49 | RemoveTmpStorage(name string) (err error) |
| 50 | SnapshotTmpPaths() (paths *[]string, err error) |
| 51 | ListTmpPaths() (paths *[]string, err error) |
| 52 | } |
no outgoing calls
no test coverage detected