package
0.0.0-20250202073158-2ddb24bd760f
Repository: https://github.com/neko-dream/server.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
Creates a new Client, with reasonable defaults.
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
NewGetTestRequest generates requests for GetTest.
NewPostPredictsGroupsRequest calls the generic PostPredictsGroups builder with application/json body.
NewPostPredictsGroupsRequestWithBody generates requests for PostPredictsGroups with any type of body.
NewPostReportsGeneratesRequest calls the generic PostReportsGenerates builder with application/json body.
NewPostReportsGeneratesRequestWithBody generates requests for PostReportsGenerates with any type of body.
NewPostReportsWordcloudsRequest calls the generic PostReportsWordclouds builder with application/json body.
NewPostReportsWordcloudsRequestWithBody generates requests for PostReportsWordclouds with any type of body.
ParseGetTestResponse parses an HTTP response from a GetTestWithResponse call.
ParsePostPredictsGroupsResponse parses an HTTP response from a PostPredictsGroupsWithResponse call.
ParsePostReportsGeneratesResponse parses an HTTP response from a PostReportsGeneratesWithResponse call.
ParsePostReportsWordcloudsResponse parses an HTTP response from a PostReportsWordcloudsWithResponse call.
WithBaseURL overrides the baseURL.
WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client.
WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request.
# Constants
No description provided by the author
# Structs
Basic認証用のカスタムTransport.
Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on ClientInterface to offer response payloads.
No description provided by the author
PostPredictsGroupsJSONBody defines parameters for PostPredictsGroups.
No description provided by the author
PostReportsGeneratesJSONBody defines parameters for PostReportsGenerates.
No description provided by the author
PostReportsWordcloudsJSONBody defines parameters for PostReportsWordclouds.
No description provided by the author
# Interfaces
The interface specification for the client above.
ClientWithResponsesInterface is the interface specification for the client with responses above.
Doer performs HTTP requests.
# Type aliases
ClientOption allows setting custom parameters during construction.
PostPredictsGroupsJSONRequestBody defines body for PostPredictsGroups for application/json ContentType.
PostReportsGeneratesJSONRequestBody defines body for PostReportsGenerates for application/json ContentType.
PostReportsWordcloudsJSONRequestBody defines body for PostReportsWordclouds for application/json ContentType.
RequestEditorFn is the function signature for the RequestEditor callback function.