Avoids pulling in the packr library for everyone, mimicks the bits of packr.Box that we need.
| 360 | // Avoids pulling in the packr library for everyone, mimicks the bits of |
| 361 | // packr.Box that we need. |
| 362 | type PackrBox interface { |
| 363 | List() []string |
| 364 | Find(name string) ([]byte, error) |
| 365 | } |
| 366 | |
| 367 | // Migrations from a packr box. |
| 368 | type PackrMigrationSource struct { |
no outgoing calls
no test coverage detected
searching dependent graphs…