Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
Signed-off-by: Mirko Teodorovic <mirko.teodorovic@gmail.com>
  • Loading branch information
mteodor committed Jul 15, 2020
1 parent c74ba9f commit 43c7ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certs/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ type Service interface {
// ListCerts lists all certificates issued for given owner
ListCerts(ctx context.Context, token string, offset, limit uint64) (Page, error)

// RevokeCert
// RevokeCert revokes certificate for given thing
RevokeCert(ctx context.Context, token, thingID string) (Revoke, error)
}

Expand Down

0 comments on commit 43c7ac4

Please sign in to comment.