Versions in this module Expand all Collapse all v0 v0.1.0 Mar 11, 2024 Changes in this version + type Repository struct + DbConfig db.DbConfig + MetaId shared.ID + Model *model.Model + func New(config db.DbConfig) *Repository + func (r *Repository) Init(umlMeta meta.UMLMeta, metaId shared.ID) + func (r *Repository) IsEntityExists(name string) bool + func (r *Repository) OpenSession() (*orm.Session, error) + func (r *Repository) PublishMeta(published, next *meta.UMLMeta, metaId shared.ID)