12 lines
461 B
Go
12 lines
461 B
Go
// Copyright (c) Mainflux
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// Package things contains the domain concept definitions needed to
|
|
// support Mainflux things service functionality.
|
|
//
|
|
// This package defines the core domain concepts and types necessary to
|
|
// handle things in the context of a Mainflux things service. It abstracts
|
|
// the underlying complexities of user management and provides a structured
|
|
// approach to working with things.
|
|
package things
|