package model type Service struct { Port *Port `json:"port,omitempty"` ID int `json:"id,omitempty"` CryptoType string `json:"cryptoType,omitempty"` ServiceName string `json:"serviceName,omitempty"` }