spiegel_podman/pkg/api/handlers/compat
Paul Holzinger 5b4af0584d
replace golint with revive linter
golint, scopelint and interfacer are deprecated. golint is replaced by
revive. This linter is better because it will also check for our error
style: `error strings should not be capitalized or end with punctuation or a newline`

scopelint is replaced by exportloopref (already endabled)
interfacer has no replacement but I do not think this linter is
important.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2022-04-22 15:12:33 +02:00
..
auth.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
changes.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
containers.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
containers_archive.go replace golint with revive linter 2022-04-22 15:12:33 +02:00
containers_attach.go Allow HTTP attach to stopped containers 2022-04-13 14:04:05 -04:00
containers_create.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
containers_export.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
containers_logs.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
containers_pause.go bump go module to version 4 2022-01-18 12:47:07 +01:00
containers_prune.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
containers_restart.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
containers_start.go bump go module to version 4 2022-01-18 12:47:07 +01:00
containers_stats.go podman stats: calc CPU percentage correctly 2022-03-22 17:43:49 +01:00
containers_stop.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
containers_top.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
containers_unpause.go bump go module to version 4 2022-01-18 12:47:07 +01:00
events.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
exec.go Add ExitCommandDelay configuration use in API exec handler 2022-03-04 00:57:35 +01:00
images.go Revert "images --size" 2022-04-14 10:58:36 +02:00
images_build.go Vendor in new opencontainers/selinux 2022-04-08 09:02:52 -04:00
images_history.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
images_prune.go linter: enable makezero 2022-03-22 13:04:35 +01:00
images_push.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
images_remove.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
images_save.go Refactor handler packages 2020-03-10 08:03:41 -07:00
images_search.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
images_tag.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
info.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
networks.go Update swagger to improve compatibility 2022-03-22 15:20:30 -07:00
ping.go Refacter API server emphasis on logging 2021-09-10 15:07:25 -07:00
resize.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
secrets.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
swagger.go bump go module to version 4 2022-01-18 12:47:07 +01:00
system.go bump go module to version 4 2022-01-18 12:47:07 +01:00
types.go V2 verify JSON output is consistent and doesn't drift 2020-05-28 16:20:29 -07:00
unsupported.go bump go module to version 4 2022-01-18 12:47:07 +01:00
version.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
volumes.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00