Documentation ¶
Overview ¶
Package userItemBox ユーザーアイテムボックス
Package userItemBox ユーザーアイテムボックス
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewUserItemBoxMysqlDao ¶
func NewUserItemBoxMysqlDao(conn *mysql.MysqlHandler) userItemBox.UserItemBoxMysqlRepository
Types ¶
type UserItemBox ¶
type UserItemBox struct { UserId string MasterItemId int64 Count int32 CreatedAt time.Time UpdatedAt time.Time }
func NewUserItemBox ¶
func NewUserItemBox() *UserItemBox
func SetUserItemBox ¶
func (*UserItemBox) TableName ¶
func (t *UserItemBox) TableName() string
type UserItemBoxes ¶
type UserItemBoxes []*UserItemBox
func NewUserItemBoxes ¶
func NewUserItemBoxes() UserItemBoxes
Click to show internal directories.
Click to hide internal directories.