Versions in this module Expand all Collapse all v1 v1.0.2 Oct 22, 2024 v1.0.1 Sep 1, 2023 Changes in this version + type Aas interface + CreateOrUpdate func(aasId string, jsonb []byte) ([]byte, error) + CreateOrUpdateSubmodel func(aasId, globalId, semanticId, submodelIdShort string) error + Delete func(aasId string) error + DeleteSubmodel func(aasId, submodelIdShort string) error + Get func(aasId string) ([]byte, error) + GetSubmodelIds func(aasId, submodelIdShort string) (map[string]string, error) + List func() ([]byte, error) + func NewAas() (Aas, error)