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

16 lines
202 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
email string
err error
}
type issueRes struct {
value string
err error
2018-05-10 23:53:25 +02:00
}