adds server lock package

This commit is contained in:
bergquist
2018-12-11 14:00:09 +01:00
parent ff136b6ba8
commit dc49bebb00
5 changed files with 274 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
package serverlock
type serverLock struct {
Id int64
OperationUid string
LastExecution int64
Version int64
}