Versions in this module Expand all Collapse all v1 v1.0.0 Nov 27, 2019 Changes in this version + type UserImpl struct + 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