Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferai committed Jan 25, 2018
1 parent 85082c4 commit 29ceb04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions physical/physical.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ type HABackend interface {
HAEnabled() bool
}

// An interface for backends that can toggle on or off special functionality
// and/or support purging
// ToggleablePurgemonsteris an interface for backends that can toggle on or off
// special functionality and/or support purging
type ToggleablePurgemonster interface {
Purge(ctx context.Context)
SetEnabled(bool)
Expand Down

0 comments on commit 29ceb04

Please sign in to comment.