any-sync/pkg/acl/list/record.go
2022-09-26 12:03:20 +02:00

13 lines
260 B
Go

package list
type ACLRecord struct {
Id string
PrevId string
CurrentReadKeyHash uint64
Timestamp int64
Data []byte
Identity []byte
Model interface{}
Signature []byte
}