Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gdiazlo committed Apr 10, 2019
1 parent 42a152f commit 9161b1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gossip/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,16 +92,16 @@ type Agent struct {
// of the agent
quitCh chan bool

// client to a running QED
// Client to a running QED
Qed *client.HTTPClient

//client to a notification service
//Client to a notification service
Notifier Notifier

// client to a snapshot store service
// Client to a snapshot store service
SnapshotStore SnapshotStore

//client to a task manager service
//Client to a task manager service
Tasks TasksManager
}

Expand Down

0 comments on commit 9161b1f

Please sign in to comment.