Documentation ¶
Overview ¶
Package client is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) ReadCandlesticks ¶
func (c *Client) ReadCandlesticks(ctx context.Context, payload ReadCandlestickPayload) (*candlestick.List, error)
type Interfacer ¶
type Interfacer interface {
ReadCandlesticks(ctx context.Context, payload ReadCandlestickPayload) (*candlestick.List, error)
}
type MockInterfacer ¶
type MockInterfacer struct {
// contains filtered or unexported fields
}
MockInterfacer is a mock of Interfacer interface.
func NewMockInterfacer ¶
func NewMockInterfacer(ctrl *gomock.Controller) *MockInterfacer
NewMockInterfacer creates a new mock instance.
func (*MockInterfacer) EXPECT ¶
func (m *MockInterfacer) EXPECT() *MockInterfacerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockInterfacer) ReadCandlesticks ¶
func (m *MockInterfacer) ReadCandlesticks(ctx context.Context, payload ReadCandlestickPayload) (*candlestick.List, error)
ReadCandlesticks mocks base method.
type MockInterfacerMockRecorder ¶
type MockInterfacerMockRecorder struct {
// contains filtered or unexported fields
}
MockInterfacerMockRecorder is the mock recorder for MockInterfacer.
func (*MockInterfacerMockRecorder) ReadCandlesticks ¶
func (mr *MockInterfacerMockRecorder) ReadCandlesticks(ctx, payload interface{}) *gomock.Call
ReadCandlesticks indicates an expected call of ReadCandlesticks.
Click to show internal directories.
Click to hide internal directories.