Documentation ¶
Index ¶
- func ConfigurationToEntity(c models.Configuration) entity.Configuration
- func DeviceEntityToModel(device entity.Device) models.Device
- func DeviceToEntity(joins []models.DeviceJoin, readFn manifest.ManifestReader) (entity.Device, error)
- func DevicesToEntity(joins []models.DeviceJoin, readFn manifest.ManifestReader) ([]entity.Device, error)
- func ManifestEntityToModel(e entity.Manifest) models.Manifest
- func ManifestToEntity(mm []models.ManifestJoin, readFn manifest.ManifestReader) (entity.Manifest, error)
- func ManifestsToEntities(mm []models.ManifestJoin, readFn manifest.ManifestReader) ([]entity.Manifest, error)
- func NamespaceModelToEntity(n []models.NamespaceJoin, readFn manifest.ManifestReader) (entity.Namespace, error)
- func NamespaceToModel(namespace entity.Namespace) models.Namespace
- func NamespacesModelToEntity(namespaces []models.NamespaceJoin, reader manifest.ManifestReader) ([]entity.Namespace, error)
- func RepoEntityToModel(r entity.Repository) models.Repo
- func RepoModelToEntity(m models.Repo) entity.Repository
- func SetToEntity(s []models.SetJoin, readFn manifest.ManifestReader) (entity.Set, error)
- func SetToModel(set entity.Set) models.DeviceSet
- func SetsToEntity(sets []models.SetJoin, readFn manifest.ManifestReader) ([]entity.Set, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigurationToEntity ¶
func ConfigurationToEntity(c models.Configuration) entity.Configuration
func DeviceToEntity ¶
func DeviceToEntity(joins []models.DeviceJoin, readFn manifest.ManifestReader) (entity.Device, error)
func DevicesToEntity ¶
func DevicesToEntity(joins []models.DeviceJoin, readFn manifest.ManifestReader) ([]entity.Device, error)
func ManifestToEntity ¶
func ManifestToEntity(mm []models.ManifestJoin, readFn manifest.ManifestReader) (entity.Manifest, error)
func ManifestsToEntities ¶
func ManifestsToEntities(mm []models.ManifestJoin, readFn manifest.ManifestReader) ([]entity.Manifest, error)
func NamespaceModelToEntity ¶
func NamespaceModelToEntity(n []models.NamespaceJoin, readFn manifest.ManifestReader) (entity.Namespace, error)
func NamespacesModelToEntity ¶
func NamespacesModelToEntity(namespaces []models.NamespaceJoin, reader manifest.ManifestReader) ([]entity.Namespace, error)
func RepoEntityToModel ¶
func RepoEntityToModel(r entity.Repository) models.Repo
func RepoModelToEntity ¶
func RepoModelToEntity(m models.Repo) entity.Repository
func SetToEntity ¶
func SetsToEntity ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.