Minor improvements

This commit is contained in:
Ken Hibino
2019-12-27 20:37:15 -08:00
parent 2e91c49c3f
commit 4ceb49cfd1
4 changed files with 178 additions and 179 deletions

View File

@@ -16,7 +16,7 @@ type Task struct {
// Type indicates the kind of the task to be performed.
Type string
// Payload holds data needed for the task execution.
// Payload holds data needed to process the task.
Payload Payload
}