github.com/voedger/voedger@v0.0.0-20240520144910-273e84102129/pkg/in10nmem/v1/types.go (about) 1 /* 2 * Copyright (c) 2021-present Sigma-Soft, Ltd. 3 * Aleksei Ponomarev 4 */ 5 6 package in10nmemv1 7 8 import ( 9 "github.com/voedger/voedger/pkg/in10n" 10 istructs "github.com/voedger/voedger/pkg/istructs" 11 ) 12 13 type UpdateUnit struct { 14 Projection in10n.ProjectionKey 15 Offset istructs.Offset 16 }