1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-04-29 13:49:28 +08:00
Darko Draskovic b13a3135dd
Remove thing related code from twins service (#1169)
Signed-off-by: Darko Draskovic <darko.draskovic@gmail.com>
2020-05-07 17:26:34 +02:00

10 lines
476 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 data system consisting of data producers and consumers. It stores
// the sequence of attribute based definitions of a data system and refers to a
// time series of definition based states that store the system historical data.
package twins