package
2.0.1+incompatible
Repository: https://github.com/practical-coder/hdc.git
Documentation: pkg.go.dev
# Functions
New creates a new table API client.
NewCreateTableAccepted creates a CreateTableAccepted with default headers values.
NewCreateTableBadRequest creates a CreateTableBadRequest with default headers values.
NewCreateTableConflict creates a CreateTableConflict with default headers values.
NewCreateTableCreated creates a CreateTableCreated with default headers values.
NewCreateTableDefault creates a CreateTableDefault with default headers values.
NewCreateTableParams creates a new CreateTableParams object, with the default timeout for this client.
NewCreateTableParamsWithContext creates a new CreateTableParams object with the ability to set a context for a request.
NewCreateTableParamsWithHTTPClient creates a new CreateTableParams object with the ability to set a custom HTTPClient for a request.
NewCreateTableParamsWithTimeout creates a new CreateTableParams object with the ability to set a timeout on a request.
NewDeleteTableAccepted creates a DeleteTableAccepted with default headers values.
NewDeleteTableDefault creates a DeleteTableDefault with default headers values.
NewDeleteTableNoContent creates a DeleteTableNoContent with default headers values.
NewDeleteTableNotFound creates a DeleteTableNotFound with default headers values.
NewDeleteTableParams creates a new DeleteTableParams object, with the default timeout for this client.
NewDeleteTableParamsWithContext creates a new DeleteTableParams object with the ability to set a context for a request.
NewDeleteTableParamsWithHTTPClient creates a new DeleteTableParams object with the ability to set a custom HTTPClient for a request.
NewDeleteTableParamsWithTimeout creates a new DeleteTableParams object with the ability to set a timeout on a request.
NewGetTableDefault creates a GetTableDefault with default headers values.
NewGetTableNotFound creates a GetTableNotFound with default headers values.
NewGetTableOK creates a GetTableOK with default headers values.
NewGetTableParams creates a new GetTableParams object, with the default timeout for this client.
NewGetTableParamsWithContext creates a new GetTableParams object with the ability to set a context for a request.
NewGetTableParamsWithHTTPClient creates a new GetTableParams object with the ability to set a custom HTTPClient for a request.
NewGetTableParamsWithTimeout creates a new GetTableParams object with the ability to set a timeout on a request.
NewGetTablesDefault creates a GetTablesDefault with default headers values.
NewGetTablesOK creates a GetTablesOK with default headers values.
NewGetTablesParams creates a new GetTablesParams object, with the default timeout for this client.
NewGetTablesParamsWithContext creates a new GetTablesParams object with the ability to set a context for a request.
NewGetTablesParamsWithHTTPClient creates a new GetTablesParams object with the ability to set a custom HTTPClient for a request.
NewGetTablesParamsWithTimeout creates a new GetTablesParams object with the ability to set a timeout on a request.
NewReplaceTableAccepted creates a ReplaceTableAccepted with default headers values.
NewReplaceTableBadRequest creates a ReplaceTableBadRequest with default headers values.
NewReplaceTableDefault creates a ReplaceTableDefault with default headers values.
NewReplaceTableNotFound creates a ReplaceTableNotFound with default headers values.
NewReplaceTableOK creates a ReplaceTableOK with default headers values.
NewReplaceTableParams creates a new ReplaceTableParams object, with the default timeout for this client.
NewReplaceTableParamsWithContext creates a new ReplaceTableParams object with the ability to set a context for a request.
NewReplaceTableParamsWithHTTPClient creates a new ReplaceTableParams object with the ability to set a custom HTTPClient for a request.
NewReplaceTableParamsWithTimeout creates a new ReplaceTableParams object with the ability to set a timeout on a request.
# Structs
Client for table API
*/.
CreateTableAccepted describes a response with status code 202, with default header values.
CreateTableBadRequest describes a response with status code 400, with default header values.
CreateTableConflict describes a response with status code 409, with default header values.
CreateTableCreated describes a response with status code 201, with default header values.
CreateTableDefault describes a response with status code -1, with default header values.
CreateTableParams contains all the parameters to send to the API endpoint
for the create table operation.
CreateTableReader is a Reader for the CreateTable structure.
DeleteTableAccepted describes a response with status code 202, with default header values.
DeleteTableDefault describes a response with status code -1, with default header values.
DeleteTableNoContent describes a response with status code 204, with default header values.
DeleteTableNotFound describes a response with status code 404, with default header values.
DeleteTableParams contains all the parameters to send to the API endpoint
for the delete table operation.
DeleteTableReader is a Reader for the DeleteTable structure.
GetTableDefault describes a response with status code -1, with default header values.
GetTableNotFound describes a response with status code 404, with default header values.
GetTableOK describes a response with status code 200, with default header values.
GetTableOKBody get table o k body
swagger:model GetTableOKBody
*/.
GetTableParams contains all the parameters to send to the API endpoint
for the get table operation.
GetTableReader is a Reader for the GetTable structure.
GetTablesDefault describes a response with status code -1, with default header values.
GetTablesOK describes a response with status code 200, with default header values.
GetTablesOKBody get tables o k body
swagger:model GetTablesOKBody
*/.
GetTablesParams contains all the parameters to send to the API endpoint
for the get tables operation.
GetTablesReader is a Reader for the GetTables structure.
ReplaceTableAccepted describes a response with status code 202, with default header values.
ReplaceTableBadRequest describes a response with status code 400, with default header values.
ReplaceTableDefault describes a response with status code -1, with default header values.
ReplaceTableNotFound describes a response with status code 404, with default header values.
ReplaceTableOK describes a response with status code 200, with default header values.
ReplaceTableParams contains all the parameters to send to the API endpoint
for the replace table operation.
ReplaceTableReader is a Reader for the ReplaceTable structure.
# Interfaces
ClientService is the interface for Client methods.
# Type aliases
ClientOption is the option for Client methods.