package
0.0.0-20241121091715-5509536249a1
Repository: https://github.com/startupnationlabs/simple-ollama-operator.git
Documentation: pkg.go.dev

# Functions

GetSwagger returns the Swagger specification corresponding to the generated code in this file.
Creates a new Client, with reasonable defaults.
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
NewDeleteApiDeleteRequest generates requests for DeleteApiDelete.
NewGetApiTagsRequest generates requests for GetApiTags.
NewPostApiCopyRequest calls the generic PostApiCopy builder with application/json body.
NewPostApiCopyRequestWithBody generates requests for PostApiCopy with any type of body.
NewPostApiCreateRequest calls the generic PostApiCreate builder with application/json body.
NewPostApiCreateRequestWithBody generates requests for PostApiCreate with any type of body.
NewPostApiEmbeddingsRequest calls the generic PostApiEmbeddings builder with application/json body.
NewPostApiEmbeddingsRequestWithBody generates requests for PostApiEmbeddings with any type of body.
NewPostApiGenerateRequest calls the generic PostApiGenerate builder with application/json body.
NewPostApiGenerateRequestWithBody generates requests for PostApiGenerate with any type of body.
NewPostApiPullRequest calls the generic PostApiPull builder with application/json body.
NewPostApiPullRequestWithBody generates requests for PostApiPull with any type of body.
NewPostApiPushRequest calls the generic PostApiPush builder with application/json body.
NewPostApiPushRequestWithBody generates requests for PostApiPush with any type of body.
NewPostApiShowRequest calls the generic PostApiShow builder with application/json body.
NewPostApiShowRequestWithBody generates requests for PostApiShow with any type of body.
ParseDeleteApiDeleteResponse parses an HTTP response from a DeleteApiDeleteWithResponse call.
ParseGetApiTagsResponse parses an HTTP response from a GetApiTagsWithResponse call.
ParsePostApiCopyResponse parses an HTTP response from a PostApiCopyWithResponse call.
ParsePostApiCreateResponse parses an HTTP response from a PostApiCreateWithResponse call.
ParsePostApiEmbeddingsResponse parses an HTTP response from a PostApiEmbeddingsWithResponse call.
ParsePostApiGenerateResponse parses an HTTP response from a PostApiGenerateWithResponse call.
ParsePostApiPullResponse parses an HTTP response from a PostApiPullWithResponse call.
ParsePostApiPushResponse parses an HTTP response from a PostApiPushWithResponse call.
ParsePostApiShowResponse parses an HTTP response from a PostApiShowWithResponse call.
Constructs a synthetic filesystem for resolving external references when loading openapi specifications.
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.

# Structs

Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on ClientInterface to offer response payloads.
DeleteApiDeleteParams defines parameters for DeleteApiDelete.
No description provided by the author
No description provided by the author
PostApiCopyJSONBody defines parameters for PostApiCopy.
No description provided by the author
PostApiCreateJSONBody defines parameters for PostApiCreate.
No description provided by the author
PostApiEmbeddingsJSONBody defines parameters for PostApiEmbeddings.
No description provided by the author
PostApiGenerateJSONBody defines parameters for PostApiGenerate.
No description provided by the author
PostApiPullJSONBody defines parameters for PostApiPull.
No description provided by the author
PostApiPushJSONBody defines parameters for PostApiPush.
No description provided by the author
PostApiShowJSONBody defines parameters for PostApiShow.
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.
PostApiCopyJSONRequestBody defines body for PostApiCopy for application/json ContentType.
PostApiCreateJSONRequestBody defines body for PostApiCreate for application/json ContentType.
PostApiEmbeddingsJSONRequestBody defines body for PostApiEmbeddings for application/json ContentType.
PostApiGenerateJSONRequestBody defines body for PostApiGenerate for application/json ContentType.
PostApiPullJSONRequestBody defines body for PostApiPull for application/json ContentType.
PostApiPushJSONRequestBody defines body for PostApiPush for application/json ContentType.
PostApiShowJSONRequestBody defines body for PostApiShow for application/json ContentType.
RequestEditorFn is the function signature for the RequestEditor callback function.