Skip to content

Commit

Permalink
Comments improved
Browse files Browse the repository at this point in the history
  • Loading branch information
tadovas committed Jan 11, 2018
1 parent 93ac5c3 commit 1f9f3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
//Client interface for mysterium centralized api - will be removed in the future
type Client interface {
FindProposals(nodeKey string) (proposals []dto_discovery.ServiceProposal, err error)
//these functions have side effects - therefore signer required
//these functions are signed because they require authorization
RegisterIdentity(identity identity.Identity, signer identity.Signer) (err error)
RegisterProposal(proposal dto_discovery.ServiceProposal, signer identity.Signer) (err error)
NodeSendStats(nodeKey string, signer identity.Signer) (err error)
Expand Down

0 comments on commit 1f9f3d7

Please sign in to comment.