mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
fix(snapshots): fix a data race in the snapshot code EE-2717 (#6654)
This commit is contained in:
parent
78150a738f
commit
226ffdcd20
2 changed files with 26 additions and 49 deletions
|
@ -1322,7 +1322,6 @@ type (
|
|||
// SnapshotService represents a service for managing environment(endpoint) snapshots
|
||||
SnapshotService interface {
|
||||
Start()
|
||||
Stop()
|
||||
SetSnapshotInterval(snapshotInterval string) error
|
||||
SnapshotEndpoint(endpoint *Endpoint) error
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue