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.
func (*ServiceATE) GetDims ¶ added in v0.13.0
func (a *ServiceATE) GetDims() *binding.Dims
GetDims returns the dimensions of the ATE.
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.
func (*ServiceDUT) GetDims ¶ added in v0.13.0
func (d *ServiceDUT) GetDims() *binding.Dims
GetDims returns the dimensions of the DUT.
Click to show internal directories.
Click to hide internal directories.