Versions in this module Expand all Collapse all v0 v0.1.0 Mar 26, 2020 Changes in this version + func Create(ua *db.UserApp) (*db.UserApp, error) + func FindById(appId int64) (*db.UserApp, error) + func FindByName(userId int64, name string) (*db.UserApp, error) + func Update(ua *db.UserApp) (*db.UserApp, error)