From 88369acfca7740abca83d94ac9769d15ecfb3ec0 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Wed, 8 Jan 2020 14:11:38 +0100 Subject: fix lint - pkg/network: comment exported types Signed-off-by: Valentin Rothberg --- pkg/network/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg') 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"` } -- cgit v1.2.3-54-g00ecf