Versions in this module Expand all Collapse all v0 v0.2.0 Jun 13, 2020 Changes in this version + func ValidateComment(user taskforge.User, comment taskforge.Comment) (taskforge.Comment, error) + func ValidateContext(user taskforge.User, context taskforge.Context) (taskforge.Context, error) + func ValidateSource(user taskforge.User, source taskforge.Source) (taskforge.Source, error) + func ValidateTask(user taskforge.User, task taskforge.Task, contexts taskforge.ContextService, ...) (taskforge.Task, error) + func ValidateUser(user taskforge.User) (taskforge.User, error)