Versions in this module Expand all Collapse all v0 v0.0.1 Nov 28, 2024 Changes in this version + type TaskInfoWithCreator interface + GetCreator func() *model.User + SetCreator func(creator *model.User) + type TaskWithCreator struct + Creator *model.User + func (t *TaskWithCreator) GetCreator() *model.User + func (t *TaskWithCreator) SetCreator(creator *model.User)