package models

type PortTranslation map[string]PortConfig

type PortConfig struct {
	Reverse string `json:"reverse,omitempty"`
	PAT     string `json:"PAT,omitempty"`
}