spiegel_podman/pkg/api/handlers/utils
Jhon Honce 5b79cf15a0 Swagger refactor/cleanup
* Remove duplicate or unused types and constants
* Move all documetation-only models and responses into swagger package
* Remove all unecessary names, go-swagger will determine names from
  struct declarations
* Use Libpod suffix to differentiate between compat and libpod models
  and responses. Taken from swagger:operation declarations.
* Models and responses that start with lowercase are for swagger use
  only while uppercase are used "as is" in the code and swagger comments
* Used gofumpt on new code

```release-note

```

Signed-off-by: Jhon Honce <jhonce@redhat.com>
2022-05-19 15:24:18 -07:00
..
containers.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
errors.go Fix handling of duplicate matches on id expansion 2022-01-24 13:19:16 -05:00
handler.go enable gocritic linter 2022-04-26 18:12:22 +02:00
handler_test.go bump go module to version 4 2022-01-18 12:47:07 +01:00
images.go linter: enable nilerr 2022-03-22 13:04:35 +01:00