# Functions

HandleHttpResponse method helps handle http response body Parameters: - ctx context.Context - correlationId string (optional) transaction id to trace execution through call chain.
NewCommandableHttpClient is creates a new instance of the client.
NewDirectClient is creates a new instance of the client.
NewRestClient creates new instance of RestClient Returns: pointer on NewRestClient.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

CommandableHttpClient is abstract client that calls commandable HTTP service.
DirectClient is abstract client that calls controller directly in the same memory space.
RestClient is abstract client that calls remove endpoints using HTTP/REST protocol.