aboutsummaryrefslogtreecommitdiff
path: root/pkg/domain/entities
diff options
context:
space:
mode:
authorPaul Holzinger <paul.holzinger@web.de>2021-02-11 14:15:26 +0100
committerMatthew Heon <mheon@redhat.com>2021-02-18 11:09:40 -0500
commit3bddeebf930efb872b99966df5553e0baf81834a (patch)
treeec2f40a9dd4d79f4fab75d35f5094121c9c5b7a0 /pkg/domain/entities
parentc50d969a0e79161c9d5d6f7933009253b067233e (diff)
downloadpodman-3bddeebf930efb872b99966df5553e0baf81834a.tar.gz
podman-3bddeebf930efb872b99966df5553e0baf81834a.tar.bz2
podman-3bddeebf930efb872b99966df5553e0baf81834a.zip
Enable stylecheck linter
Use the stylecheck linter and fix the reported problems. [NO TESTS NEEDED] Signed-off-by: Paul Holzinger <paul.holzinger@web.de> <MH: Fix cherry-pick conflict> Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'pkg/domain/entities')
-rw-r--r--pkg/domain/entities/network.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/domain/entities/network.go b/pkg/domain/entities/network.go
index b76bfcac7..b41a9997e 100644
--- a/pkg/domain/entities/network.go
+++ b/pkg/domain/entities/network.go
@@ -31,6 +31,7 @@ type NetworkReloadOptions struct {
// NetworkReloadReport describes the results of reloading a container network.
type NetworkReloadReport struct {
+ // nolint:stylecheck
Id string
Err error
}