aas

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 1, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

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
}

func NewAas

func NewAas() (Aas, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL