# Functions
No description provided by the author
MakeClient returns a http.Client with a timeout for connection establishing and request handling.
NewController create a new connector SDK controller.
No description provided by the author
NewInvoker constructs an Invoker instance.
No description provided by the author
# Structs
No description provided by the author
FunctionLookupBuilder builds a list of OpenFaaS functions.
Invoker is used to send requests to functions.
InvokerResponse is a wrapper to contain the response or error the Invoker receives from the function.
ResponsePrinter prints function results.
No description provided by the author
# Interfaces
Controller is used to invoke functions on a per-topic basis and to subscribe to responses returned by said functions.
ResponseSubscriber enables connector or another client in connector to receive results from the function invocation.