1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-04-29 13:49:28 +08:00
Mainflux.mainflux/http/api/requests.go

14 lines
191 B
Go
Raw Normal View History

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