Versions in this module Expand all Collapse all v0 v0.9.9 Jun 4, 2026 v0.9.8 Jun 4, 2026 Changes in this version + type StorageData struct + Items []items.Item + type StorageModule struct + func (m *StorageModule) AddStorageItem(userId int, itm items.Item) bool + func (m *StorageModule) GetStorageItems(userId int) []items.Item + func (m *StorageModule) RemoveStorageItem(userId int, itm items.Item) bool