drop uuid and use modified nanoid
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
@@ -37,7 +37,7 @@ var (
|
||||
|
||||
// Error type
|
||||
type Error struct {
|
||||
// Id holds error id or service, usually someting like my_service or uuid
|
||||
// Id holds error id or service, usually someting like my_service or id
|
||||
Id string
|
||||
// Detail holds some useful details about error
|
||||
Detail string
|
||||
|
Reference in New Issue
Block a user