1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-05-02 22:17:10 +08:00
Mainflux.mainflux/http/api/requests.go

18 lines
208 B
Go
Raw Normal View History

2019-07-18 15:01:09 +02:00
//
// Copyright (c) 2019
// Mainflux
//
// SPDX-License-Identifier: Apache-2.0
//
package api
import (
"github.com/mainflux/mainflux"
)
type publishReq struct {
msg mainflux.RawMessage
token string
}