| 261 | } |
| 262 | |
| 263 | type tmpSnapshotter struct { |
| 264 | l sync.Mutex |
| 265 | snapshots map[string]snapshots.Info |
| 266 | targets map[string][]string |
| 267 | } |
| 268 | |
| 269 | func NewTmpSnapshotter() snapshots.Snapshotter { |
| 270 | return &tmpSnapshotter{ |
nothing calls this directly
no outgoing calls
no test coverage detected