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 = "readmeta" + func Load() (string, target.TargetManagerFactory) + func New() target.TargetManager + type Readmeta struct + func (r Readmeta) ValidateAcquireParameters(params []byte) (interface{}, error) + func (r Readmeta) ValidateReleaseParameters(params []byte) (interface{}, error) + func (t *Readmeta) Acquire(ctx xcontext.Context, jobID types.JobID, ...) ([]*target.Target, error) + func (t *Readmeta) Release(ctx xcontext.Context, jobID types.JobID, targets []*target.Target, ...) error