Skip to content

Commit

Permalink
Update endpoint client doc
Browse files Browse the repository at this point in the history
  • Loading branch information
chriso committed Jun 9, 2024
1 parent eb14d72 commit 126da7d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dispatchserver/endpoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ import (
// EndpointClient is a client for a Dispatch endpoint.
//
// Note that this is not the same as dispatch.Client, which
// is a client for the Dispatch API. The client here is
// useful when testing a Dispatch endpoint.
// is a client for the Dispatch API. The client here is used
// by a Dispatch server to interact with the functions provided
// by a Dispatch endpoint.
type EndpointClient struct {
httpClient connect.HTTPClient
signingKey ed25519.PrivateKey
Expand Down

0 comments on commit 126da7d

Please sign in to comment.