diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-01-08 14:11:38 +0100 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-01-08 15:44:30 +0100 |
commit | 88369acfca7740abca83d94ac9769d15ecfb3ec0 (patch) | |
tree | 036e321845425cedabbf0456fcfdf555cb50708f /pkg/network | |
parent | 18c702d053d12f00bcc595d9ae58c79789d2099f (diff) | |
download | podman-88369acfca7740abca83d94ac9769d15ecfb3ec0.tar.gz podman-88369acfca7740abca83d94ac9769d15ecfb3ec0.tar.bz2 podman-88369acfca7740abca83d94ac9769d15ecfb3ec0.zip |
fix lint - pkg/network: comment exported types
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'pkg/network')
-rw-r--r-- | pkg/network/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/network/config.go b/pkg/network/config.go index e47b16143..a41455f68 100644 --- a/pkg/network/config.go +++ b/pkg/network/config.go @@ -90,6 +90,7 @@ func (p PortMapConfig) Bytes() ([]byte, error) { return json.MarshalIndent(p, "", "\t") } +// IPAMDHCP describes the ipamdhcp config type IPAMDHCP struct { DHCP string `json:"type"` } |