# Functions
HandleDelete returns an http.HandlerFunc that processes a request to delete account membership to a repository.
HandleFind returns an http.HandlerFunc that writes a json-encoded repository collaborator details to the response body.
HandleList returns an http.HandlerFunc that write a json-encoded list of repository collaborators to the response body.