Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mapper ¶
type Mapper interface { MapInventoryAttributes(ctx context.Context, tenantID string, attrs inventory.DeviceAttributes, update bool, passthrough bool, ) (inventory.DeviceAttributes, error) ReverseInventoryAttributes(ctx context.Context, tenantID string, attrs inventory.DeviceAttributes) (inventory.DeviceAttributes, error) }
Mapping is an interface to map and reverse attributes
Click to show internal directories.
Click to hide internal directories.