Versions in this module Expand all Collapse all v1 v1.0.1 Aug 8, 2022 v1.0.0 Aug 4, 2022 Changes in this version + var Name = "TargetList" + func Load() (string, target.TargetManagerFactory) + func New() target.TargetManager + type AcquireParameters struct + Targets []*target.Target + type ReleaseParameters struct + type TargetList struct + func (t *TargetList) Acquire(ctx xcontext.Context, jobID types.JobID, ...) ([]*target.Target, error) + func (t *TargetList) Release(ctx xcontext.Context, jobID types.JobID, targets []*target.Target, ...) error + func (t TargetList) ValidateAcquireParameters(params []byte) (interface{}, error) + func (t TargetList) ValidateReleaseParameters(params []byte) (interface{}, error)