automation-tests/cmd/podman/system/connection
Paul Holzinger 0d9f190280
shell completion --format: use structs by reference
For the AutocompleteFormat function we expect the correct template
struct which is used in the golang template. The function can handle
both struct and pointer to a struct. Using the reference is more
efficient since it doe snot have to copy the whole struct.

Also change some structs to use he actual type from the template instead
of some nested one to make sure it has to correct fields.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2022-04-28 18:12:17 +02:00
..
add.go enable unparam linter 2022-04-25 13:23:20 +02:00
default.go fix a number of `godot` issues 2022-03-22 13:04:35 +01:00
list.go shell completion --format: use structs by reference 2022-04-28 18:12:17 +02:00
remove.go fix a number of `godot` issues 2022-03-22 13:04:35 +01:00
rename.go bump go module to version 4 2022-01-18 12:47:07 +01:00
shared.go test connection add 2021-11-08 09:20:58 -07:00