Save state

This commit is contained in:
Jan Eitzinger
2023-04-18 07:43:21 +02:00
parent a8980c7a5e
commit 7c2171afda
4 changed files with 53 additions and 4 deletions

View File

@@ -30,6 +30,8 @@ type ArchiveBackend interface {
GetClusters() []string
CleanUp() error
Iter(loadMetricData bool) <-chan JobContainer
}