Files
realworld/inc/item.manager.go
T
2026-08-29 23:59:56 +02:00

10 lines
178 B
Go

package inc
import (
inkwell "git.teletypegames.org/engines/inkwell"
)
type Item = inkwell.Item
var ItemManager = NewManager(func(entity Item) string { return entity.Name })