diff --git a/lib/cache/collections.go b/lib/cache/collections.go index d7d36010f33ce..236f58af73b0d 100644 --- a/lib/cache/collections.go +++ b/lib/cache/collections.go @@ -1306,6 +1306,8 @@ type clusterNameGetter interface { GetClusterName(opts ...services.MarshalOption) (types.ClusterName, error) } +var _ executor[types.ClusterName, clusterNameGetter] = clusterNameExecutor{} + type autoUpdateConfigExecutor struct{} func (autoUpdateConfigExecutor) getAll(ctx context.Context, cache *Cache, loadSecrets bool) ([]*autoupdate.AutoUpdateConfig, error) {