Versions in this module Expand all Collapse all v1 v1.202405300917.1 May 30, 2024 Changes in this version + var ErrNameNotFound = errors.New("name not found") + var ErrSingletonIDsExceeds = fmt.Errorf("the maximum number of singleton document identifiers (%v) has been exceeded", ...) + type Singletons struct + func New() *Singletons + func (st *Singletons) ID(qName appdef.QName) (istructs.RecordID, error) + func (st *Singletons) Prepare(storage istorage.IAppStorage, versions *vers.Versions, appDef appdef.IAppDef) (err error) v1.202405300916.1-rc May 30, 2024