change IIdentifiable interface to use a string instead of int
This commit is contained in:
@@ -2,5 +2,5 @@ package data
|
||||
|
||||
// TODO docstring
|
||||
type IIdentifiable interface {
|
||||
Id() uint
|
||||
Id() string // not allowed to contain a ':'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user