Documentation
¶
Overview ¶
Package solver creates solutions from devices and topologies.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ServiceName ¶ added in v0.4.8
func ServiceName(svc introspect.Service) (string, bool)
ServiceName returns the name of the specified service in KNE.
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.