From 126da7d2e9ba8058bbc99787cdc8e242d2a02676 Mon Sep 17 00:00:00 2001 From: Chris O'Hara Date: Mon, 10 Jun 2024 08:41:35 +1000 Subject: [PATCH] Update endpoint client doc --- dispatchserver/endpoint.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dispatchserver/endpoint.go b/dispatchserver/endpoint.go index 3ca7aeb..1889c33 100644 --- a/dispatchserver/endpoint.go +++ b/dispatchserver/endpoint.go @@ -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