package
2.0.1+incompatible
Repository: https://github.com/practical-coder/hdc.git
Documentation: pkg.go.dev
# Functions
New creates a new spoe transactions API client.
NewCommitSpoeTransactionAccepted creates a CommitSpoeTransactionAccepted with default headers values.
NewCommitSpoeTransactionBadRequest creates a CommitSpoeTransactionBadRequest with default headers values.
NewCommitSpoeTransactionDefault creates a CommitSpoeTransactionDefault with default headers values.
NewCommitSpoeTransactionNotFound creates a CommitSpoeTransactionNotFound with default headers values.
NewCommitSpoeTransactionOK creates a CommitSpoeTransactionOK with default headers values.
NewCommitSpoeTransactionParams creates a new CommitSpoeTransactionParams object, with the default timeout for this client.
NewCommitSpoeTransactionParamsWithContext creates a new CommitSpoeTransactionParams object with the ability to set a context for a request.
NewCommitSpoeTransactionParamsWithHTTPClient creates a new CommitSpoeTransactionParams object with the ability to set a custom HTTPClient for a request.
NewCommitSpoeTransactionParamsWithTimeout creates a new CommitSpoeTransactionParams object with the ability to set a timeout on a request.
NewDeleteSpoeTransactionDefault creates a DeleteSpoeTransactionDefault with default headers values.
NewDeleteSpoeTransactionNoContent creates a DeleteSpoeTransactionNoContent with default headers values.
NewDeleteSpoeTransactionNotFound creates a DeleteSpoeTransactionNotFound with default headers values.
NewDeleteSpoeTransactionParams creates a new DeleteSpoeTransactionParams object, with the default timeout for this client.
NewDeleteSpoeTransactionParamsWithContext creates a new DeleteSpoeTransactionParams object with the ability to set a context for a request.
NewDeleteSpoeTransactionParamsWithHTTPClient creates a new DeleteSpoeTransactionParams object with the ability to set a custom HTTPClient for a request.
NewDeleteSpoeTransactionParamsWithTimeout creates a new DeleteSpoeTransactionParams object with the ability to set a timeout on a request.
NewGetSpoeTransactionDefault creates a GetSpoeTransactionDefault with default headers values.
NewGetSpoeTransactionNotFound creates a GetSpoeTransactionNotFound with default headers values.
NewGetSpoeTransactionOK creates a GetSpoeTransactionOK with default headers values.
NewGetSpoeTransactionParams creates a new GetSpoeTransactionParams object, with the default timeout for this client.
NewGetSpoeTransactionParamsWithContext creates a new GetSpoeTransactionParams object with the ability to set a context for a request.
NewGetSpoeTransactionParamsWithHTTPClient creates a new GetSpoeTransactionParams object with the ability to set a custom HTTPClient for a request.
NewGetSpoeTransactionParamsWithTimeout creates a new GetSpoeTransactionParams object with the ability to set a timeout on a request.
NewGetSpoeTransactionsDefault creates a GetSpoeTransactionsDefault with default headers values.
NewGetSpoeTransactionsOK creates a GetSpoeTransactionsOK with default headers values.
NewGetSpoeTransactionsParams creates a new GetSpoeTransactionsParams object, with the default timeout for this client.
NewGetSpoeTransactionsParamsWithContext creates a new GetSpoeTransactionsParams object with the ability to set a context for a request.
NewGetSpoeTransactionsParamsWithHTTPClient creates a new GetSpoeTransactionsParams object with the ability to set a custom HTTPClient for a request.
NewGetSpoeTransactionsParamsWithTimeout creates a new GetSpoeTransactionsParams object with the ability to set a timeout on a request.
NewStartSpoeTransactionCreated creates a StartSpoeTransactionCreated with default headers values.
NewStartSpoeTransactionDefault creates a StartSpoeTransactionDefault with default headers values.
NewStartSpoeTransactionParams creates a new StartSpoeTransactionParams object, with the default timeout for this client.
NewStartSpoeTransactionParamsWithContext creates a new StartSpoeTransactionParams object with the ability to set a context for a request.
NewStartSpoeTransactionParamsWithHTTPClient creates a new StartSpoeTransactionParams object with the ability to set a custom HTTPClient for a request.
NewStartSpoeTransactionParamsWithTimeout creates a new StartSpoeTransactionParams object with the ability to set a timeout on a request.
NewStartSpoeTransactionTooManyRequests creates a StartSpoeTransactionTooManyRequests with default headers values.
# Structs
Client for spoe transactions API
*/.
CommitSpoeTransactionAccepted describes a response with status code 202, with default header values.
CommitSpoeTransactionBadRequest describes a response with status code 400, with default header values.
CommitSpoeTransactionDefault describes a response with status code -1, with default header values.
CommitSpoeTransactionNotFound describes a response with status code 404, with default header values.
CommitSpoeTransactionOK describes a response with status code 200, with default header values.
CommitSpoeTransactionParams contains all the parameters to send to the API endpoint
for the commit spoe transaction operation.
CommitSpoeTransactionReader is a Reader for the CommitSpoeTransaction structure.
DeleteSpoeTransactionDefault describes a response with status code -1, with default header values.
DeleteSpoeTransactionNoContent describes a response with status code 204, with default header values.
DeleteSpoeTransactionNotFound describes a response with status code 404, with default header values.
DeleteSpoeTransactionParams contains all the parameters to send to the API endpoint
for the delete spoe transaction operation.
DeleteSpoeTransactionReader is a Reader for the DeleteSpoeTransaction structure.
GetSpoeTransactionDefault describes a response with status code -1, with default header values.
GetSpoeTransactionNotFound describes a response with status code 404, with default header values.
GetSpoeTransactionOK describes a response with status code 200, with default header values.
GetSpoeTransactionParams contains all the parameters to send to the API endpoint
for the get spoe transaction operation.
GetSpoeTransactionReader is a Reader for the GetSpoeTransaction structure.
GetSpoeTransactionsDefault describes a response with status code -1, with default header values.
GetSpoeTransactionsOK describes a response with status code 200, with default header values.
GetSpoeTransactionsParams contains all the parameters to send to the API endpoint
for the get spoe transactions operation.
GetSpoeTransactionsReader is a Reader for the GetSpoeTransactions structure.
StartSpoeTransactionCreated describes a response with status code 201, with default header values.
StartSpoeTransactionDefault describes a response with status code -1, with default header values.
StartSpoeTransactionParams contains all the parameters to send to the API endpoint
for the start spoe transaction operation.
StartSpoeTransactionReader is a Reader for the StartSpoeTransaction structure.
StartSpoeTransactionTooManyRequests describes a response with status code 429, with default header values.
StartSpoeTransactionTooManyRequestsBody start spoe transaction too many requests body
// Example: {"code":429,"message":"cannot start a new transaction, reached the maximum amount of 20 active transactions available"}
swagger:model StartSpoeTransactionTooManyRequestsBody
*/.
# Interfaces
ClientService is the interface for Client methods.
# Type aliases
ClientOption is the option for Client methods.