adding basic data storage
This commit is contained in:
5
internal/data/IIdentifiable.go
Normal file
5
internal/data/IIdentifiable.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package data
|
||||
|
||||
type IIdentifiable interface {
|
||||
Id() uint
|
||||
}
|
||||
Reference in New Issue
Block a user