7 lines
187 B
Go
7 lines
187 B
Go
|
// Copyright (c) Mainflux
|
||
|
// SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
// Package events provides the domain concept definitions needed to support
|
||
|
// mqtt events functionality.
|
||
|
package events
|