Skip to content

Commit

Permalink
Add comments for TaskRunner.
Browse files Browse the repository at this point in the history
  • Loading branch information
justicezyx authored Sep 1, 2016
1 parent fb3738f commit bb78b28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions driver/task_runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ import (
"github.com/golang/protobuf/proto"
)

// TaskRunner groups the data structures that describe a group of tasks
// that is run remotely on an glow agent.
type TaskRunner struct {
option *TaskOption
Tasks []*flow.Task
Expand Down

0 comments on commit bb78b28

Please sign in to comment.