mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -06:00
9 lines
132 B
Go
9 lines
132 B
Go
package serverlock
|
|
|
|
type serverLock struct {
|
|
Id int64
|
|
OperationUid string
|
|
LastExecution int64
|
|
Version int64
|
|
}
|