mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
fix(tags): remove a data race EE-4310 (#7862)
This commit is contained in:
parent
8f1ac38963
commit
367f3dd6d4
10 changed files with 90 additions and 66 deletions
|
@ -24,6 +24,7 @@ type Connection interface {
|
|||
SetServiceName(bucketName string) error
|
||||
GetObject(bucketName string, key []byte, object interface{}) error
|
||||
UpdateObject(bucketName string, key []byte, object interface{}) error
|
||||
UpdateObjectFunc(bucketName string, key []byte, object any, updateFn func()) error
|
||||
DeleteObject(bucketName string, key []byte) error
|
||||
DeleteAllObjects(bucketName string, matching func(o interface{}) (id int, ok bool)) error
|
||||
GetNextIdentifier(bucketName string) int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue