# Functions
NewClient creates a new instance of KServeClientImpl.
NewMockClient creates a new mock instance.
# Structs
ClientImpl is a struct that represents the implementation of the KServeClient interface.
InferenceReq is a struct for sending requests to kserve.
InferenceRes is a struct for storing responses received from kserve.
MockClient is a mock of Client interface.
MockClientMockRecorder is the mock recorder for MockClient.
ResponseOutput is a struct for storing the output of responses received from kserve.
# Interfaces
Client is an interface that defines the role of sending and receiving requests to KServe.