mirror of
https://github.com/containers/podman.git
synced 2025-10-19 20:23:08 +08:00
fix lint - pkg/network: comment exported types
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
@ -90,6 +90,7 @@ func (p PortMapConfig) Bytes() ([]byte, error) {
|
|||||||
return json.MarshalIndent(p, "", "\t")
|
return json.MarshalIndent(p, "", "\t")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// IPAMDHCP describes the ipamdhcp config
|
||||||
type IPAMDHCP struct {
|
type IPAMDHCP struct {
|
||||||
DHCP string `json:"type"`
|
DHCP string `json:"type"`
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user