package model type Zone struct { ID int `json:"id,omitempty"` Network string `json:"network"` IP string `json:"ip"` Iface string `json:"iface"` Mac string `json:"mac"` }