Documentation ¶
Overview ¶
Package solver creates solutions from devices and topologies.
Index ¶
Constants ¶
View Source
const (
// KNEServiceMapKey is the key to look up the service map in the custom data of a ServiceDUT.
KNEServiceMapKey = "$KEY_SERVICE_MAP"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ServiceATE ¶
type ServiceATE struct { *binding.AbstractATE Services map[string]*tpb.Service Cert *tpb.CertificateCfg NodeVendor tpb.Vendor }
ServiceATE is an ATE that contains a service map.
type ServiceDUT ¶
type ServiceDUT struct { *binding.AbstractDUT Services map[string]*tpb.Service Cert *tpb.CertificateCfg NodeVendor tpb.Vendor }
ServiceDUT is a DUT that contains a service map.
Click to show internal directories.
Click to hide internal directories.