2025-04-01 10:38:02 +09:00

10 lines
177 B
Go

package serverlock
type serverLock struct {
// nolint:stylecheck
Id int64
OperationUID string `xorm:"operation_uid"`
LastExecution int64
Version int64
}