mirror of
https://github.com/mainflux/mainflux.git
synced 2025-04-28 13:48:49 +08:00
11 lines
513 B
Go
11 lines
513 B
Go
![]() |
// Copyright (c) Mainflux
|
||
|
// SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
// Package twins contains the domain concept definitions needed to support
|
||
|
// Mainflux twins service functionality. Twin is a semantic representation
|
||
|
// of a real world entity, be it device, application or something else.
|
||
|
// It holds the sequence of attribute based definitions of a real world
|
||
|
// thing and refers to the time series of definition based states that
|
||
|
// hold the historical data about the represented real world thing.
|
||
|
package twins
|