Mainflux.mainflux/users/api/grpc/responses.go

7 lines
65 B
Go

package grpc
type identityRes struct {
id string
err error
}