package
0.22.20
Repository: https://github.com/semi-technologies/weaviate.git
Documentation: pkg.go.dev

# Functions

New creates a new graphql API client.
NewGraphqlBatchForbidden creates a GraphqlBatchForbidden with default headers values.
NewGraphqlBatchInternalServerError creates a GraphqlBatchInternalServerError with default headers values.
NewGraphqlBatchOK creates a GraphqlBatchOK with default headers values.
NewGraphqlBatchParams creates a new GraphqlBatchParams object with the default values initialized.
NewGraphqlBatchParamsWithContext creates a new GraphqlBatchParams object with the default values initialized, and the ability to set a context for a request.
NewGraphqlBatchParamsWithHTTPClient creates a new GraphqlBatchParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewGraphqlBatchParamsWithTimeout creates a new GraphqlBatchParams object with the default values initialized, and the ability to set a timeout on a request.
NewGraphqlBatchUnauthorized creates a GraphqlBatchUnauthorized with default headers values.
NewGraphqlBatchUnprocessableEntity creates a GraphqlBatchUnprocessableEntity with default headers values.
NewGraphqlPostForbidden creates a GraphqlPostForbidden with default headers values.
NewGraphqlPostInternalServerError creates a GraphqlPostInternalServerError with default headers values.
NewGraphqlPostOK creates a GraphqlPostOK with default headers values.
NewGraphqlPostParams creates a new GraphqlPostParams object with the default values initialized.
NewGraphqlPostParamsWithContext creates a new GraphqlPostParams object with the default values initialized, and the ability to set a context for a request.
NewGraphqlPostParamsWithHTTPClient creates a new GraphqlPostParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewGraphqlPostParamsWithTimeout creates a new GraphqlPostParams object with the default values initialized, and the ability to set a timeout on a request.
NewGraphqlPostUnauthorized creates a GraphqlPostUnauthorized with default headers values.
NewGraphqlPostUnprocessableEntity creates a GraphqlPostUnprocessableEntity with default headers values.

# Structs

Client for graphql API */.
GraphqlBatchForbidden handles this case with default header values.
GraphqlBatchInternalServerError handles this case with default header values.
GraphqlBatchOK handles this case with default header values.
GraphqlBatchParams contains all the parameters to send to the API endpoint for the graphql batch operation typically these are written to a http.Request */.
GraphqlBatchReader is a Reader for the GraphqlBatch structure.
GraphqlBatchUnauthorized handles this case with default header values.
GraphqlBatchUnprocessableEntity handles this case with default header values.
GraphqlPostForbidden handles this case with default header values.
GraphqlPostInternalServerError handles this case with default header values.
GraphqlPostOK handles this case with default header values.
GraphqlPostParams contains all the parameters to send to the API endpoint for the graphql post operation typically these are written to a http.Request */.
GraphqlPostReader is a Reader for the GraphqlPost structure.
GraphqlPostUnauthorized handles this case with default header values.
GraphqlPostUnprocessableEntity handles this case with default header values.

# Interfaces

ClientService is the interface for Client methods.