mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 08:18:10 -05:00
9 lines
132 B
Go
9 lines
132 B
Go
package serverlock
|
|
|
|
type serverLock struct {
|
|
Id int64
|
|
OperationUid string
|
|
LastExecution int64
|
|
Version int64
|
|
}
|