2018-08-26 19:15:48 +08:00
|
|
|
//
|
|
|
|
// Copyright (c) 2018
|
|
|
|
// Mainflux
|
|
|
|
//
|
|
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
//
|
|
|
|
|
2018-06-19 06:37:04 +08:00
|
|
|
package mainflux
|
|
|
|
|
|
|
|
// File topics.go contains all NATS subjects that are shared between services.
|
|
|
|
|
|
|
|
// OutputSenML represents subject SenML messages will be published to.
|
|
|
|
const OutputSenML = "out.senml"
|