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

7 lines
65 B
Go

package grpc
type identityRes struct {
id uint64
err error
}