mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
adds server lock package
This commit is contained in:
8
pkg/infra/serverlock/model.go
Normal file
8
pkg/infra/serverlock/model.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package serverlock
|
||||
|
||||
type serverLock struct {
|
||||
Id int64
|
||||
OperationUid string
|
||||
LastExecution int64
|
||||
Version int64
|
||||
}
|
||||
Reference in New Issue
Block a user