Documentation ¶ Index ¶ func ChangeName(uid uint64, appName, newName string) error func Create(user *model.User, appName string) (*dto.App, error) func Delete(uid uint64, appName string) error func List(user *model.User) ([]*dto.App, error) func Transfer(uid uint64, appName, fromEmail, toEmail string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ChangeName ¶ func ChangeName(uid uint64, appName, newName string) error func Create ¶ func Create(user *model.User, appName string) (*dto.App, error) func Delete ¶ func Delete(uid uint64, appName string) error func List ¶ func List(user *model.User) ([]*dto.App, error) func Transfer ¶ func Transfer(uid uint64, appName, fromEmail, toEmail string) error Types ¶ This section is empty. Source Files ¶ View all Source files app_service.go Click to show internal directories. Click to hide internal directories.