Documentation ¶ Index ¶ type UserImpl func (ui *UserImpl) Delete(id int) error func (ui *UserImpl) Index() (users []entity.User, err error) func (ui *UserImpl) Store(u entity.User) error func (ui *UserImpl) Update(id int, u entity.User) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type UserImpl ¶ type UserImpl struct { database.SQLHandler } UserImpl ... func (*UserImpl) Delete ¶ func (ui *UserImpl) Delete(id int) error Delete ... func (*UserImpl) Index ¶ func (ui *UserImpl) Index() (users []entity.User, err error) Index ... func (*UserImpl) Store ¶ func (ui *UserImpl) Store(u entity.User) error Store ... func (*UserImpl) Update ¶ func (ui *UserImpl) Update(id int, u entity.User) error Update ... Source Files ¶ View all Source files user_impl.go Click to show internal directories. Click to hide internal directories.