Skip to content
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.

Commit

Permalink
Fix documentation. Close #34
Browse files Browse the repository at this point in the history
  • Loading branch information
dmorn committed Feb 7, 2019
1 parent 84a5b78 commit 21178c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions store/policies.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ func (p *BlockPolicy) Accept(id, address string) bool {
}

// ReservedPolicy is a Policy implementation. It is used to reserve a source
// to be used only for connections to a defined address, and those connections
// will not be assigned to any other source.
// to be used only for connections to a defined list of addresses, and those
// connections will not be assigned to any other source.
type ReservedPolicy struct {
basePolicy
SourceID string `json:"reserved_source_id"`
Expand Down

0 comments on commit 21178c3

Please sign in to comment.