| // Copyright 2015 The Vanadium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style |
| // license that can be found in the LICENSE file. |
| "v.io/syncbase/v23/services/syncbase/nosql" |
| // syncData represents the persistent state of the sync module. |
| // GroupId is a globally unique SyncGroup ID. |
| // SyncGroup contains the state of a SyncGroup object. |
| Id GroupId // globally unique identifier generated by Syncbase |
| Name string // globally unique Vanadium name chosen by app |
| Version string // "etag" for concurrency control |
| Spec nosql.SyncGroupSpec // app-given specification |
| Joiners map[string]nosql.SyncGroupMemberInfo // map of joiners to their metadata |