Versions in this module Expand all Collapse all v1 v1.0.1 Feb 21, 2024 v1.0.0 Feb 21, 2024 Changes in this version + type QuboleClient struct + func (_m *QuboleClient) ExecuteHiveCommand(ctx context.Context, commandStr string, timeoutVal uint32, ...) (*client.QuboleCommandDetails, error) + func (_m *QuboleClient) GetCommandStatus(ctx context.Context, commandID string, accountKey string) (client.QuboleStatus, error) + func (_m *QuboleClient) KillCommand(ctx context.Context, commandID string, accountKey string) error + func (_m *QuboleClient) OnExecuteHiveCommand(ctx context.Context, commandStr string, timeoutVal uint32, ...) *QuboleClient_ExecuteHiveCommand + func (_m *QuboleClient) OnExecuteHiveCommandMatch(matchers ...interface{}) *QuboleClient_ExecuteHiveCommand + func (_m *QuboleClient) OnGetCommandStatus(ctx context.Context, commandID string, accountKey string) *QuboleClient_GetCommandStatus + func (_m *QuboleClient) OnGetCommandStatusMatch(matchers ...interface{}) *QuboleClient_GetCommandStatus + func (_m *QuboleClient) OnKillCommand(ctx context.Context, commandID string, accountKey string) *QuboleClient_KillCommand + func (_m *QuboleClient) OnKillCommandMatch(matchers ...interface{}) *QuboleClient_KillCommand + type QuboleClient_ExecuteHiveCommand struct + func (_m QuboleClient_ExecuteHiveCommand) Return(_a0 *client.QuboleCommandDetails, _a1 error) *QuboleClient_ExecuteHiveCommand + type QuboleClient_GetCommandStatus struct + func (_m QuboleClient_GetCommandStatus) Return(_a0 client.QuboleStatus, _a1 error) *QuboleClient_GetCommandStatus + type QuboleClient_KillCommand struct + func (_m QuboleClient_KillCommand) Return(_a0 error) *QuboleClient_KillCommand