11 lines
213 B
Go
11 lines
213 B
Go
|
//
|
||
|
// Copyright (c) 2018
|
||
|
// Mainflux
|
||
|
//
|
||
|
// SPDX-License-Identifier: Apache-2.0
|
||
|
//
|
||
|
|
||
|
// Package producer contains the domain events needed to support
|
||
|
// event sourcing of Bootstrap service actions.
|
||
|
package producer
|