oc-monitord/models/translate_ports.go

9 lines
169 B
Go

package models
type PortTranslation map[string]PortConfig
type PortConfig struct {
Reverse string `json:"reverse,omitempty"`
PAT string `json:"PAT,omitempty"`
}