# Functions
NewAddCardRequest calls the generic AddCard builder with application/json body.
NewAddCardRequestWithBody generates requests for AddCard with any type of body.
NewAddGfileRequest calls the generic AddGfile builder with application/json body.
NewAddGfileRequestWithBody generates requests for AddGfile with any type of body.
NewAddGtextRequest calls the generic AddGtext builder with application/json body.
NewAddGtextRequestWithBody generates requests for AddGtext with any type of body.
NewAddSiteRequest calls the generic AddSite builder with application/json body.
NewAddSiteRequestWithBody generates requests for AddSite with any type of body.
Creates a new Client, with reasonable defaults.
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
NewCreateUserRequest calls the generic CreateUser builder with application/json body.
NewCreateUserRequestWithBody generates requests for CreateUser with any type of body.
NewDelAnyRequest generates requests for DelAny.
NewDelGfileRequest generates requests for DelGfile.
NewEKeyNewRequest generates requests for EKeyNew.
NewGetGfileRequest generates requests for GetGfile.
NewListCardsRequest generates requests for ListCards.
NewListGfilesRequest generates requests for ListGfiles.
NewListGtextsRequest generates requests for ListGtexts.
NewListSitesRequest generates requests for ListSites.
NewLoginRequest calls the generic Login builder with application/json body.
NewLoginRequestWithBody generates requests for Login with any type of body.
NewNewMasterRequest calls the generic NewMaster builder with application/json body.
NewNewMasterRequestWithBody generates requests for NewMaster with any type of body.
NewUpdateCardRequest calls the generic UpdateCard builder with application/json body.
NewUpdateCardRequestWithBody generates requests for UpdateCard with any type of body.
NewUpdateGtextRequest calls the generic UpdateGtext builder with application/json body.
NewUpdateGtextRequestWithBody generates requests for UpdateGtext with any type of body.
NewUpdateSiteRequest calls the generic UpdateSite builder with application/json body.
NewUpdateSiteRequestWithBody generates requests for UpdateSite with any type of body.
NewUploadGfileRequestWithBody generates requests for UploadGfile with any type of body.
ParseAddCardResponse parses an HTTP response from a AddCardWithResponse call.
ParseAddGfileResponse parses an HTTP response from a AddGfileWithResponse call.
ParseAddGtextResponse parses an HTTP response from a AddGtextWithResponse call.
ParseAddSiteResponse parses an HTTP response from a AddSiteWithResponse call.
ParseCreateUserResponse parses an HTTP response from a CreateUserWithResponse call.
ParseDelAnyResponse parses an HTTP response from a DelAnyWithResponse call.
ParseDelGfileResponse parses an HTTP response from a DelGfileWithResponse call.
ParseEKeyNewResponse parses an HTTP response from a EKeyNewWithResponse call.
ParseGetGfileResponse parses an HTTP response from a GetGfileWithResponse call.
ParseListCardsResponse parses an HTTP response from a ListCardsWithResponse call.
ParseListGfilesResponse parses an HTTP response from a ListGfilesWithResponse call.
ParseListGtextsResponse parses an HTTP response from a ListGtextsWithResponse call.
ParseListSitesResponse parses an HTTP response from a ListSitesWithResponse call.
ParseLoginResponse parses an HTTP response from a LoginWithResponse call.
ParseNewMasterResponse parses an HTTP response from a NewMasterWithResponse call.
ParseUpdateCardResponse parses an HTTP response from a UpdateCardWithResponse call.
ParseUpdateGtextResponse parses an HTTP response from a UpdateGtextWithResponse call.
ParseUpdateSiteResponse parses an HTTP response from a UpdateSiteWithResponse call.
ParseUploadGfileResponse parses an HTTP response from a UploadGfileWithResponse 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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Card defines model for Card.
Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on ClientInterface to offer response payloads.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Error defines model for Error.
No description provided by the author
Gfile defines model for Gfile.
Gtext defines model for Gtext.
Key defines model for Key.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewCard defines model for NewCard.
NewGfile defines model for NewGfile.
NewGtext defines model for NewGtext.
No description provided by the author
NewSite defines model for NewSite.
NewUser defines model for NewUser.
Site defines model for Site.
No description provided by the author
No description provided by the author
No description provided by the author
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
AddCardJSONRequestBody defines body for AddCard for application/json ContentType.
AddGfileJSONBody defines parameters for AddGfile.
AddGfileJSONRequestBody defines body for AddGfile for application/json ContentType.
AddGtextJSONRequestBody defines body for AddGtext for application/json ContentType.
AddSiteJSONRequestBody defines body for AddSite for application/json ContentType.
ClientOption allows setting custom parameters during construction.
CreateUserJSONRequestBody defines body for CreateUser for application/json ContentType.
LoginJSONRequestBody defines body for Login for application/json ContentType.
NewMasterJSONRequestBody defines body for NewMaster for application/json ContentType.
RequestEditorFn is the function signature for the RequestEditor callback function.
UpdateCardJSONRequestBody defines body for UpdateCard for application/json ContentType.
UpdateGtextJSONRequestBody defines body for UpdateGtext for application/json ContentType.
UpdateSiteJSONRequestBody defines body for UpdateSite for application/json ContentType.