/* * Copyright (c) 2019 * InterDigital Communications, Inc. * All rights reserved. * * The information provided herein is the proprietary and confidential * information of InterDigital Communications, Inc. */ package model // Mapping of exposed ports to internal or external services type ServiceMap struct { // Service name Name string `json:"name,omitempty"` // Service IP address for external service only (egress)