Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Jusshersmith committed Nov 27, 2019
1 parent 0adf73d commit b67d6ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/pkg/groups/fillcache.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ const (
type MemberSetCache interface {
// Get returns a MemberSet from the cache
Get(string) (MemberSet, bool)
// Update updates the MemberSet of a given key, return a boolean updated value, and and error
// Update updates the MemberSet of a given key and returns a boolean value indicating whether the value was updated or not.
Update(string) bool
// RefreshLoop starts an update refresh loop for a given key and returns a boolean value of it was started
// RefreshLoop starts an update refresh loop for a given key and returns a boolean value indicating whether a refresh loop has been started or not
RefreshLoop(string) bool
// Stop is a function to stop all goroutines that may have been spun up for the cache.
Stop()
Expand Down

0 comments on commit b67d6ec

Please sign in to comment.