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

13 lines
156 B
Go
Raw Normal View History

// Copyright (c) Mainflux
// SPDX-License-Identifier: Apache-2.0
2018-05-10 23:53:25 +02:00
package grpc
type identityRes struct {
id string
2018-05-10 23:53:25 +02:00
}
type emptyRes struct {
err error
}