For each of the supported distros start a goroutine to depsolve 'filesystem' which will preload the metadata making subsequent responses faster. This is safe to do without limits because we only supposed a limited number of distros, and without additional locking because this is the the same as hitting the API with multiple depsolve requests at the same time. |
||
|---|---|---|
| .. | ||
| api.go | ||
| api_test.go | ||
| compose.go | ||
| compose_test.go | ||
| json.go | ||
| responses_test.go | ||
| upload.go | ||
| util.go | ||