Versions in this module Expand all Collapse all v1 v1.16.39 Oct 29, 2025 Changes in this version + type Manager interface + DispatchSync func(ctx context.Context, lock sync.Locker) + Initialize func(ctx context.Context) error + Shutdown func() error + type ValidatorReader interface + GetValidatorAndUptime func(validationID ids.ID) (stateinterfaces.Validator, time.Duration, time.Time, error)