items id
This commit is contained in:
@ -7,7 +7,8 @@ import (
|
||||
)
|
||||
|
||||
type Item interface {
|
||||
ID() string
|
||||
ID() ID
|
||||
Name() string
|
||||
}
|
||||
|
||||
type BlockItem interface {
|
||||
|
Reference in New Issue
Block a user