Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Aas ¶
type Aas interface { List() ([]byte, error) Get(aasId string) ([]byte, error) CreateOrUpdate(aasId string, jsonb []byte) ([]byte, error) Delete(aasId string) error GetSubmodelIds(aasId, submodelIdShort string) (map[string]string, error) DeleteSubmodel(aasId, submodelIdShort string) error CreateOrUpdateSubmodel(aasId, globalId, semanticId, submodelIdShort string) error }
Click to show internal directories.
Click to hide internal directories.