| 34 | var flight singleflight.Group |
| 35 | |
| 36 | type ManagedClient struct { |
| 37 | cache *poolcache.Cache |
| 38 | replacer *shfmt.Replacer |
| 39 | servers []config.Server |
| 40 | } |
| 41 | |
| 42 | func dbid(migrations []string) string { |
| 43 | h := fnv.New64() |
nothing calls this directly
no outgoing calls
no test coverage detected