doc: removed old parameters

Signed-off-by: SoXX <soxx@fenpa.ws>
This commit is contained in:
SoXX 2023-10-23 10:28:04 +02:00
parent 08d584111e
commit 4b9a01ee4a

View File

@ -12,7 +12,6 @@ import (
// GetUser retrieves user information from e621.net based on the provided username.
//
// Parameters:
// - client: An http.Client used to make the API request.
// - requestContext: The context for the API request, including the host, user agent, username, and API key.
// - username: The username of the user to retrieve.
//
@ -64,7 +63,6 @@ func GetUser(requestContext model.RequestContext, username string) (model.User,
// GetUsers retrieves a list of users from e621.net based on query parameters.
//
// Parameters:
// - client: An http.Client used to make the API request.
// - requestContext: The context for the API request, including the host, user agent, username, and API key.
// - query: A map containing additional query parameters for the API request.
//