(tmplID uint, command int, content, operator, serviceUID, namespace string)
| 30 | } |
| 31 | |
| 32 | func (task) Add(tmplID uint, command int, content, operator, serviceUID, namespace string) error { |
| 33 | return worker.Feed(tmplID, command, content, operator, serviceUID, namespace, 1) |
| 34 | } |
| 35 | |
| 36 | // Deprecated: the function is already Deprecated. |
| 37 | func (task) Update(content, operator, serviceUID string, id, tmplID uint) error { |
no outgoing calls
no test coverage detected