Versions in this module Expand all Collapse all v1 v1.0.1 Oct 6, 2023 v1.0.0 Oct 2, 2023 Changes in this version + func NewInformer(version Version, commitHash CommitHash, buildTime Time) actuator.Informer + type CommitHash string + type InfoResponse struct + CommitHash CommitHash + Time Time + Version Version + type Informer struct + func (b Informer) Key() string + func (b Informer) Value() interface{} + type Time string + type Version string