mgmtv1alpha1connect

package
v0.4.50 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 3, 2024 License: MIT Imports: 7 Imported by: 5

Documentation

Index

Constants

View Source
const (
	// ApiKeyServiceGetAccountApiKeysProcedure is the fully-qualified name of the ApiKeyService's
	// GetAccountApiKeys RPC.
	ApiKeyServiceGetAccountApiKeysProcedure = "/mgmt.v1alpha1.ApiKeyService/GetAccountApiKeys"
	// ApiKeyServiceGetAccountApiKeyProcedure is the fully-qualified name of the ApiKeyService's
	// GetAccountApiKey RPC.
	ApiKeyServiceGetAccountApiKeyProcedure = "/mgmt.v1alpha1.ApiKeyService/GetAccountApiKey"
	// ApiKeyServiceCreateAccountApiKeyProcedure is the fully-qualified name of the ApiKeyService's
	// CreateAccountApiKey RPC.
	ApiKeyServiceCreateAccountApiKeyProcedure = "/mgmt.v1alpha1.ApiKeyService/CreateAccountApiKey"
	// ApiKeyServiceRegenerateAccountApiKeyProcedure is the fully-qualified name of the ApiKeyService's
	// RegenerateAccountApiKey RPC.
	ApiKeyServiceRegenerateAccountApiKeyProcedure = "/mgmt.v1alpha1.ApiKeyService/RegenerateAccountApiKey"
	// ApiKeyServiceDeleteAccountApiKeyProcedure is the fully-qualified name of the ApiKeyService's
	// DeleteAccountApiKey RPC.
	ApiKeyServiceDeleteAccountApiKeyProcedure = "/mgmt.v1alpha1.ApiKeyService/DeleteAccountApiKey"
)

These constants are the fully-qualified names of the RPCs defined in this package. They're exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.

Note that these are different from the fully-qualified method names used by google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to reflection-formatted method names, remove the leading slash and convert the remaining slash to a period.

View Source
const (
	// AuthServiceLoginCliProcedure is the fully-qualified name of the AuthService's LoginCli RPC.
	AuthServiceLoginCliProcedure = "/mgmt.v1alpha1.AuthService/LoginCli"
	// AuthServiceRefreshCliProcedure is the fully-qualified name of the AuthService's RefreshCli RPC.
	AuthServiceRefreshCliProcedure = "/mgmt.v1alpha1.AuthService/RefreshCli"
	// AuthServiceCheckTokenProcedure is the fully-qualified name of the AuthService's CheckToken RPC.
	AuthServiceCheckTokenProcedure = "/mgmt.v1alpha1.AuthService/CheckToken"
	// AuthServiceGetCliIssuerProcedure is the fully-qualified name of the AuthService's GetCliIssuer
	// RPC.
	AuthServiceGetCliIssuerProcedure = "/mgmt.v1alpha1.AuthService/GetCliIssuer"
	// AuthServiceGetAuthorizeUrlProcedure is the fully-qualified name of the AuthService's
	// GetAuthorizeUrl RPC.
	AuthServiceGetAuthorizeUrlProcedure = "/mgmt.v1alpha1.AuthService/GetAuthorizeUrl"
	// AuthServiceGetAuthStatusProcedure is the fully-qualified name of the AuthService's GetAuthStatus
	// RPC.
	AuthServiceGetAuthStatusProcedure = "/mgmt.v1alpha1.AuthService/GetAuthStatus"
)

These constants are the fully-qualified names of the RPCs defined in this package. They're exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.

Note that these are different from the fully-qualified method names used by google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to reflection-formatted method names, remove the leading slash and convert the remaining slash to a period.

View Source
const (
	// ConnectionServiceGetConnectionsProcedure is the fully-qualified name of the ConnectionService's
	// GetConnections RPC.
	ConnectionServiceGetConnectionsProcedure = "/mgmt.v1alpha1.ConnectionService/GetConnections"
	// ConnectionServiceGetConnectionProcedure is the fully-qualified name of the ConnectionService's
	// GetConnection RPC.
	ConnectionServiceGetConnectionProcedure = "/mgmt.v1alpha1.ConnectionService/GetConnection"
	// ConnectionServiceCreateConnectionProcedure is the fully-qualified name of the ConnectionService's
	// CreateConnection RPC.
	ConnectionServiceCreateConnectionProcedure = "/mgmt.v1alpha1.ConnectionService/CreateConnection"
	// ConnectionServiceUpdateConnectionProcedure is the fully-qualified name of the ConnectionService's
	// UpdateConnection RPC.
	ConnectionServiceUpdateConnectionProcedure = "/mgmt.v1alpha1.ConnectionService/UpdateConnection"
	// ConnectionServiceDeleteConnectionProcedure is the fully-qualified name of the ConnectionService's
	// DeleteConnection RPC.
	ConnectionServiceDeleteConnectionProcedure = "/mgmt.v1alpha1.ConnectionService/DeleteConnection"
	// ConnectionServiceIsConnectionNameAvailableProcedure is the fully-qualified name of the
	// ConnectionService's IsConnectionNameAvailable RPC.
	ConnectionServiceIsConnectionNameAvailableProcedure = "/mgmt.v1alpha1.ConnectionService/IsConnectionNameAvailable"
	// ConnectionServiceCheckConnectionConfigProcedure is the fully-qualified name of the
	// ConnectionService's CheckConnectionConfig RPC.
	ConnectionServiceCheckConnectionConfigProcedure = "/mgmt.v1alpha1.ConnectionService/CheckConnectionConfig"
	// ConnectionServiceCheckSqlQueryProcedure is the fully-qualified name of the ConnectionService's
	// CheckSqlQuery RPC.
	ConnectionServiceCheckSqlQueryProcedure = "/mgmt.v1alpha1.ConnectionService/CheckSqlQuery"
)

These constants are the fully-qualified names of the RPCs defined in this package. They're exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.

Note that these are different from the fully-qualified method names used by google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to reflection-formatted method names, remove the leading slash and convert the remaining slash to a period.

View Source
const (
	// ConnectionDataServiceGetConnectionDataStreamProcedure is the fully-qualified name of the
	// ConnectionDataService's GetConnectionDataStream RPC.
	ConnectionDataServiceGetConnectionDataStreamProcedure = "/mgmt.v1alpha1.ConnectionDataService/GetConnectionDataStream"
	// ConnectionDataServiceGetConnectionSchemaProcedure is the fully-qualified name of the
	// ConnectionDataService's GetConnectionSchema RPC.
	ConnectionDataServiceGetConnectionSchemaProcedure = "/mgmt.v1alpha1.ConnectionDataService/GetConnectionSchema"
	// ConnectionDataServiceGetConnectionSchemaMapProcedure is the fully-qualified name of the
	// ConnectionDataService's GetConnectionSchemaMap RPC.
	ConnectionDataServiceGetConnectionSchemaMapProcedure = "/mgmt.v1alpha1.ConnectionDataService/GetConnectionSchemaMap"
	// ConnectionDataServiceGetConnectionSchemaMapsProcedure is the fully-qualified name of the
	// ConnectionDataService's GetConnectionSchemaMaps RPC.
	ConnectionDataServiceGetConnectionSchemaMapsProcedure = "/mgmt.v1alpha1.ConnectionDataService/GetConnectionSchemaMaps"
	// ConnectionDataServiceGetConnectionTableConstraintsProcedure is the fully-qualified name of the
	// ConnectionDataService's GetConnectionTableConstraints RPC.
	ConnectionDataServiceGetConnectionTableConstraintsProcedure = "/mgmt.v1alpha1.ConnectionDataService/GetConnectionTableConstraints"
	// ConnectionDataServiceGetConnectionForeignConstraintsProcedure is the fully-qualified name of the
	// ConnectionDataService's GetConnectionForeignConstraints RPC.
	ConnectionDataServiceGetConnectionForeignConstraintsProcedure = "/mgmt.v1alpha1.ConnectionDataService/GetConnectionForeignConstraints"
	// ConnectionDataServiceGetConnectionPrimaryConstraintsProcedure is the fully-qualified name of the
	// ConnectionDataService's GetConnectionPrimaryConstraints RPC.
	ConnectionDataServiceGetConnectionPrimaryConstraintsProcedure = "/mgmt.v1alpha1.ConnectionDataService/GetConnectionPrimaryConstraints"
	// ConnectionDataServiceGetConnectionInitStatementsProcedure is the fully-qualified name of the
	// ConnectionDataService's GetConnectionInitStatements RPC.
	ConnectionDataServiceGetConnectionInitStatementsProcedure = "/mgmt.v1alpha1.ConnectionDataService/GetConnectionInitStatements"
	// ConnectionDataServiceGetConnectionUniqueConstraintsProcedure is the fully-qualified name of the
	// ConnectionDataService's GetConnectionUniqueConstraints RPC.
	ConnectionDataServiceGetConnectionUniqueConstraintsProcedure = "/mgmt.v1alpha1.ConnectionDataService/GetConnectionUniqueConstraints"
	// ConnectionDataServiceGetAiGeneratedDataProcedure is the fully-qualified name of the
	// ConnectionDataService's GetAiGeneratedData RPC.
	ConnectionDataServiceGetAiGeneratedDataProcedure = "/mgmt.v1alpha1.ConnectionDataService/GetAiGeneratedData"
	// ConnectionDataServiceGetTableRowCountProcedure is the fully-qualified name of the
	// ConnectionDataService's GetTableRowCount RPC.
	ConnectionDataServiceGetTableRowCountProcedure = "/mgmt.v1alpha1.ConnectionDataService/GetTableRowCount"
)

These constants are the fully-qualified names of the RPCs defined in this package. They're exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.

Note that these are different from the fully-qualified method names used by google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to reflection-formatted method names, remove the leading slash and convert the remaining slash to a period.

View Source
const (
	// JobServiceGetJobsProcedure is the fully-qualified name of the JobService's GetJobs RPC.
	JobServiceGetJobsProcedure = "/mgmt.v1alpha1.JobService/GetJobs"
	// JobServiceGetJobProcedure is the fully-qualified name of the JobService's GetJob RPC.
	JobServiceGetJobProcedure = "/mgmt.v1alpha1.JobService/GetJob"
	// JobServiceCreateJobProcedure is the fully-qualified name of the JobService's CreateJob RPC.
	JobServiceCreateJobProcedure = "/mgmt.v1alpha1.JobService/CreateJob"
	// JobServiceDeleteJobProcedure is the fully-qualified name of the JobService's DeleteJob RPC.
	JobServiceDeleteJobProcedure = "/mgmt.v1alpha1.JobService/DeleteJob"
	// JobServiceIsJobNameAvailableProcedure is the fully-qualified name of the JobService's
	// IsJobNameAvailable RPC.
	JobServiceIsJobNameAvailableProcedure = "/mgmt.v1alpha1.JobService/IsJobNameAvailable"
	// JobServiceUpdateJobScheduleProcedure is the fully-qualified name of the JobService's
	// UpdateJobSchedule RPC.
	JobServiceUpdateJobScheduleProcedure = "/mgmt.v1alpha1.JobService/UpdateJobSchedule"
	// JobServiceUpdateJobSourceConnectionProcedure is the fully-qualified name of the JobService's
	// UpdateJobSourceConnection RPC.
	JobServiceUpdateJobSourceConnectionProcedure = "/mgmt.v1alpha1.JobService/UpdateJobSourceConnection"
	// JobServiceSetJobSourceSqlConnectionSubsetsProcedure is the fully-qualified name of the
	// JobService's SetJobSourceSqlConnectionSubsets RPC.
	JobServiceSetJobSourceSqlConnectionSubsetsProcedure = "/mgmt.v1alpha1.JobService/SetJobSourceSqlConnectionSubsets"
	// JobServiceUpdateJobDestinationConnectionProcedure is the fully-qualified name of the JobService's
	// UpdateJobDestinationConnection RPC.
	JobServiceUpdateJobDestinationConnectionProcedure = "/mgmt.v1alpha1.JobService/UpdateJobDestinationConnection"
	// JobServiceDeleteJobDestinationConnectionProcedure is the fully-qualified name of the JobService's
	// DeleteJobDestinationConnection RPC.
	JobServiceDeleteJobDestinationConnectionProcedure = "/mgmt.v1alpha1.JobService/DeleteJobDestinationConnection"
	// JobServiceCreateJobDestinationConnectionsProcedure is the fully-qualified name of the
	// JobService's CreateJobDestinationConnections RPC.
	JobServiceCreateJobDestinationConnectionsProcedure = "/mgmt.v1alpha1.JobService/CreateJobDestinationConnections"
	// JobServicePauseJobProcedure is the fully-qualified name of the JobService's PauseJob RPC.
	JobServicePauseJobProcedure = "/mgmt.v1alpha1.JobService/PauseJob"
	// JobServiceGetJobRecentRunsProcedure is the fully-qualified name of the JobService's
	// GetJobRecentRuns RPC.
	JobServiceGetJobRecentRunsProcedure = "/mgmt.v1alpha1.JobService/GetJobRecentRuns"
	// JobServiceGetJobNextRunsProcedure is the fully-qualified name of the JobService's GetJobNextRuns
	// RPC.
	JobServiceGetJobNextRunsProcedure = "/mgmt.v1alpha1.JobService/GetJobNextRuns"
	// JobServiceGetJobStatusProcedure is the fully-qualified name of the JobService's GetJobStatus RPC.
	JobServiceGetJobStatusProcedure = "/mgmt.v1alpha1.JobService/GetJobStatus"
	// JobServiceGetJobStatusesProcedure is the fully-qualified name of the JobService's GetJobStatuses
	// RPC.
	JobServiceGetJobStatusesProcedure = "/mgmt.v1alpha1.JobService/GetJobStatuses"
	// JobServiceGetJobRunsProcedure is the fully-qualified name of the JobService's GetJobRuns RPC.
	JobServiceGetJobRunsProcedure = "/mgmt.v1alpha1.JobService/GetJobRuns"
	// JobServiceGetJobRunEventsProcedure is the fully-qualified name of the JobService's
	// GetJobRunEvents RPC.
	JobServiceGetJobRunEventsProcedure = "/mgmt.v1alpha1.JobService/GetJobRunEvents"
	// JobServiceGetJobRunProcedure is the fully-qualified name of the JobService's GetJobRun RPC.
	JobServiceGetJobRunProcedure = "/mgmt.v1alpha1.JobService/GetJobRun"
	// JobServiceDeleteJobRunProcedure is the fully-qualified name of the JobService's DeleteJobRun RPC.
	JobServiceDeleteJobRunProcedure = "/mgmt.v1alpha1.JobService/DeleteJobRun"
	// JobServiceCreateJobRunProcedure is the fully-qualified name of the JobService's CreateJobRun RPC.
	JobServiceCreateJobRunProcedure = "/mgmt.v1alpha1.JobService/CreateJobRun"
	// JobServiceCancelJobRunProcedure is the fully-qualified name of the JobService's CancelJobRun RPC.
	JobServiceCancelJobRunProcedure = "/mgmt.v1alpha1.JobService/CancelJobRun"
	// JobServiceTerminateJobRunProcedure is the fully-qualified name of the JobService's
	// TerminateJobRun RPC.
	JobServiceTerminateJobRunProcedure = "/mgmt.v1alpha1.JobService/TerminateJobRun"
	// JobServiceGetJobRunLogsStreamProcedure is the fully-qualified name of the JobService's
	// GetJobRunLogsStream RPC.
	JobServiceGetJobRunLogsStreamProcedure = "/mgmt.v1alpha1.JobService/GetJobRunLogsStream"
	// JobServiceSetJobWorkflowOptionsProcedure is the fully-qualified name of the JobService's
	// SetJobWorkflowOptions RPC.
	JobServiceSetJobWorkflowOptionsProcedure = "/mgmt.v1alpha1.JobService/SetJobWorkflowOptions"
	// JobServiceSetJobSyncOptionsProcedure is the fully-qualified name of the JobService's
	// SetJobSyncOptions RPC.
	JobServiceSetJobSyncOptionsProcedure = "/mgmt.v1alpha1.JobService/SetJobSyncOptions"
	// JobServiceValidateJobMappingsProcedure is the fully-qualified name of the JobService's
	// ValidateJobMappings RPC.
	JobServiceValidateJobMappingsProcedure = "/mgmt.v1alpha1.JobService/ValidateJobMappings"
)

These constants are the fully-qualified names of the RPCs defined in this package. They're exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.

Note that these are different from the fully-qualified method names used by google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to reflection-formatted method names, remove the leading slash and convert the remaining slash to a period.

View Source
const (
	// MetricsServiceGetDailyMetricCountProcedure is the fully-qualified name of the MetricsService's
	// GetDailyMetricCount RPC.
	MetricsServiceGetDailyMetricCountProcedure = "/mgmt.v1alpha1.MetricsService/GetDailyMetricCount"
	// MetricsServiceGetMetricCountProcedure is the fully-qualified name of the MetricsService's
	// GetMetricCount RPC.
	MetricsServiceGetMetricCountProcedure = "/mgmt.v1alpha1.MetricsService/GetMetricCount"
)

These constants are the fully-qualified names of the RPCs defined in this package. They're exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.

Note that these are different from the fully-qualified method names used by google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to reflection-formatted method names, remove the leading slash and convert the remaining slash to a period.

View Source
const (
	// TransformersServiceGetSystemTransformersProcedure is the fully-qualified name of the
	// TransformersService's GetSystemTransformers RPC.
	TransformersServiceGetSystemTransformersProcedure = "/mgmt.v1alpha1.TransformersService/GetSystemTransformers"
	// TransformersServiceGetSystemTransformerBySourceProcedure is the fully-qualified name of the
	// TransformersService's GetSystemTransformerBySource RPC.
	TransformersServiceGetSystemTransformerBySourceProcedure = "/mgmt.v1alpha1.TransformersService/GetSystemTransformerBySource"
	// TransformersServiceGetUserDefinedTransformersProcedure is the fully-qualified name of the
	// TransformersService's GetUserDefinedTransformers RPC.
	TransformersServiceGetUserDefinedTransformersProcedure = "/mgmt.v1alpha1.TransformersService/GetUserDefinedTransformers"
	// TransformersServiceGetUserDefinedTransformerByIdProcedure is the fully-qualified name of the
	// TransformersService's GetUserDefinedTransformerById RPC.
	TransformersServiceGetUserDefinedTransformerByIdProcedure = "/mgmt.v1alpha1.TransformersService/GetUserDefinedTransformerById"
	// TransformersServiceCreateUserDefinedTransformerProcedure is the fully-qualified name of the
	// TransformersService's CreateUserDefinedTransformer RPC.
	TransformersServiceCreateUserDefinedTransformerProcedure = "/mgmt.v1alpha1.TransformersService/CreateUserDefinedTransformer"
	// TransformersServiceDeleteUserDefinedTransformerProcedure is the fully-qualified name of the
	// TransformersService's DeleteUserDefinedTransformer RPC.
	TransformersServiceDeleteUserDefinedTransformerProcedure = "/mgmt.v1alpha1.TransformersService/DeleteUserDefinedTransformer"
	// TransformersServiceUpdateUserDefinedTransformerProcedure is the fully-qualified name of the
	// TransformersService's UpdateUserDefinedTransformer RPC.
	TransformersServiceUpdateUserDefinedTransformerProcedure = "/mgmt.v1alpha1.TransformersService/UpdateUserDefinedTransformer"
	// TransformersServiceIsTransformerNameAvailableProcedure is the fully-qualified name of the
	// TransformersService's IsTransformerNameAvailable RPC.
	TransformersServiceIsTransformerNameAvailableProcedure = "/mgmt.v1alpha1.TransformersService/IsTransformerNameAvailable"
	// TransformersServiceValidateUserJavascriptCodeProcedure is the fully-qualified name of the
	// TransformersService's ValidateUserJavascriptCode RPC.
	TransformersServiceValidateUserJavascriptCodeProcedure = "/mgmt.v1alpha1.TransformersService/ValidateUserJavascriptCode"
	// TransformersServiceValidateUserRegexCodeProcedure is the fully-qualified name of the
	// TransformersService's ValidateUserRegexCode RPC.
	TransformersServiceValidateUserRegexCodeProcedure = "/mgmt.v1alpha1.TransformersService/ValidateUserRegexCode"
)

These constants are the fully-qualified names of the RPCs defined in this package. They're exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.

Note that these are different from the fully-qualified method names used by google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to reflection-formatted method names, remove the leading slash and convert the remaining slash to a period.

View Source
const (
	// UserAccountServiceGetUserProcedure is the fully-qualified name of the UserAccountService's
	// GetUser RPC.
	UserAccountServiceGetUserProcedure = "/mgmt.v1alpha1.UserAccountService/GetUser"
	// UserAccountServiceSetUserProcedure is the fully-qualified name of the UserAccountService's
	// SetUser RPC.
	UserAccountServiceSetUserProcedure = "/mgmt.v1alpha1.UserAccountService/SetUser"
	// UserAccountServiceGetUserAccountsProcedure is the fully-qualified name of the
	// UserAccountService's GetUserAccounts RPC.
	UserAccountServiceGetUserAccountsProcedure = "/mgmt.v1alpha1.UserAccountService/GetUserAccounts"
	// UserAccountServiceSetPersonalAccountProcedure is the fully-qualified name of the
	// UserAccountService's SetPersonalAccount RPC.
	UserAccountServiceSetPersonalAccountProcedure = "/mgmt.v1alpha1.UserAccountService/SetPersonalAccount"
	// UserAccountServiceConvertPersonalToTeamAccountProcedure is the fully-qualified name of the
	// UserAccountService's ConvertPersonalToTeamAccount RPC.
	UserAccountServiceConvertPersonalToTeamAccountProcedure = "/mgmt.v1alpha1.UserAccountService/ConvertPersonalToTeamAccount"
	// UserAccountServiceCreateTeamAccountProcedure is the fully-qualified name of the
	// UserAccountService's CreateTeamAccount RPC.
	UserAccountServiceCreateTeamAccountProcedure = "/mgmt.v1alpha1.UserAccountService/CreateTeamAccount"
	// UserAccountServiceIsUserInAccountProcedure is the fully-qualified name of the
	// UserAccountService's IsUserInAccount RPC.
	UserAccountServiceIsUserInAccountProcedure = "/mgmt.v1alpha1.UserAccountService/IsUserInAccount"
	// UserAccountServiceGetAccountTemporalConfigProcedure is the fully-qualified name of the
	// UserAccountService's GetAccountTemporalConfig RPC.
	UserAccountServiceGetAccountTemporalConfigProcedure = "/mgmt.v1alpha1.UserAccountService/GetAccountTemporalConfig"
	// UserAccountServiceSetAccountTemporalConfigProcedure is the fully-qualified name of the
	// UserAccountService's SetAccountTemporalConfig RPC.
	UserAccountServiceSetAccountTemporalConfigProcedure = "/mgmt.v1alpha1.UserAccountService/SetAccountTemporalConfig"
	// UserAccountServiceGetTeamAccountMembersProcedure is the fully-qualified name of the
	// UserAccountService's GetTeamAccountMembers RPC.
	UserAccountServiceGetTeamAccountMembersProcedure = "/mgmt.v1alpha1.UserAccountService/GetTeamAccountMembers"
	// UserAccountServiceRemoveTeamAccountMemberProcedure is the fully-qualified name of the
	// UserAccountService's RemoveTeamAccountMember RPC.
	UserAccountServiceRemoveTeamAccountMemberProcedure = "/mgmt.v1alpha1.UserAccountService/RemoveTeamAccountMember"
	// UserAccountServiceInviteUserToTeamAccountProcedure is the fully-qualified name of the
	// UserAccountService's InviteUserToTeamAccount RPC.
	UserAccountServiceInviteUserToTeamAccountProcedure = "/mgmt.v1alpha1.UserAccountService/InviteUserToTeamAccount"
	// UserAccountServiceGetTeamAccountInvitesProcedure is the fully-qualified name of the
	// UserAccountService's GetTeamAccountInvites RPC.
	UserAccountServiceGetTeamAccountInvitesProcedure = "/mgmt.v1alpha1.UserAccountService/GetTeamAccountInvites"
	// UserAccountServiceRemoveTeamAccountInviteProcedure is the fully-qualified name of the
	// UserAccountService's RemoveTeamAccountInvite RPC.
	UserAccountServiceRemoveTeamAccountInviteProcedure = "/mgmt.v1alpha1.UserAccountService/RemoveTeamAccountInvite"
	// UserAccountServiceAcceptTeamAccountInviteProcedure is the fully-qualified name of the
	// UserAccountService's AcceptTeamAccountInvite RPC.
	UserAccountServiceAcceptTeamAccountInviteProcedure = "/mgmt.v1alpha1.UserAccountService/AcceptTeamAccountInvite"
	// UserAccountServiceGetSystemInformationProcedure is the fully-qualified name of the
	// UserAccountService's GetSystemInformation RPC.
	UserAccountServiceGetSystemInformationProcedure = "/mgmt.v1alpha1.UserAccountService/GetSystemInformation"
	// UserAccountServiceGetAccountOnboardingConfigProcedure is the fully-qualified name of the
	// UserAccountService's GetAccountOnboardingConfig RPC.
	UserAccountServiceGetAccountOnboardingConfigProcedure = "/mgmt.v1alpha1.UserAccountService/GetAccountOnboardingConfig"
	// UserAccountServiceSetAccountOnboardingConfigProcedure is the fully-qualified name of the
	// UserAccountService's SetAccountOnboardingConfig RPC.
	UserAccountServiceSetAccountOnboardingConfigProcedure = "/mgmt.v1alpha1.UserAccountService/SetAccountOnboardingConfig"
)

These constants are the fully-qualified names of the RPCs defined in this package. They're exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.

Note that these are different from the fully-qualified method names used by google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to reflection-formatted method names, remove the leading slash and convert the remaining slash to a period.

View Source
const (
	// ApiKeyServiceName is the fully-qualified name of the ApiKeyService service.
	ApiKeyServiceName = "mgmt.v1alpha1.ApiKeyService"
)
View Source
const (
	// AuthServiceName is the fully-qualified name of the AuthService service.
	AuthServiceName = "mgmt.v1alpha1.AuthService"
)
View Source
const (
	// ConnectionDataServiceName is the fully-qualified name of the ConnectionDataService service.
	ConnectionDataServiceName = "mgmt.v1alpha1.ConnectionDataService"
)
View Source
const (
	// ConnectionServiceName is the fully-qualified name of the ConnectionService service.
	ConnectionServiceName = "mgmt.v1alpha1.ConnectionService"
)
View Source
const (
	// JobServiceName is the fully-qualified name of the JobService service.
	JobServiceName = "mgmt.v1alpha1.JobService"
)
View Source
const (
	// MetricsServiceName is the fully-qualified name of the MetricsService service.
	MetricsServiceName = "mgmt.v1alpha1.MetricsService"
)
View Source
const (
	// TransformersServiceName is the fully-qualified name of the TransformersService service.
	TransformersServiceName = "mgmt.v1alpha1.TransformersService"
)
View Source
const (
	// UserAccountServiceName is the fully-qualified name of the UserAccountService service.
	UserAccountServiceName = "mgmt.v1alpha1.UserAccountService"
)

Variables

This section is empty.

Functions

func NewApiKeyServiceHandler

func NewApiKeyServiceHandler(svc ApiKeyServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)

NewApiKeyServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.

By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.

func NewAuthServiceHandler

func NewAuthServiceHandler(svc AuthServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)

NewAuthServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.

By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.

func NewConnectionDataServiceHandler

func NewConnectionDataServiceHandler(svc ConnectionDataServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)

NewConnectionDataServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.

By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.

func NewConnectionServiceHandler

func NewConnectionServiceHandler(svc ConnectionServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)

NewConnectionServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.

By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.

func NewJobServiceHandler

func NewJobServiceHandler(svc JobServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)

NewJobServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.

By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.

func NewMetricsServiceHandler

func NewMetricsServiceHandler(svc MetricsServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)

NewMetricsServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.

By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.

func NewTransformersServiceHandler

func NewTransformersServiceHandler(svc TransformersServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)

NewTransformersServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.

By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.

func NewUserAccountServiceHandler

func NewUserAccountServiceHandler(svc UserAccountServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)

NewUserAccountServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.

By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.

Types

type ApiKeyServiceClient

type ApiKeyServiceClient interface {
	// Retrieves a list of Account API Keys
	GetAccountApiKeys(context.Context, *connect.Request[v1alpha1.GetAccountApiKeysRequest]) (*connect.Response[v1alpha1.GetAccountApiKeysResponse], error)
	// Retrieves a single API Key
	GetAccountApiKey(context.Context, *connect.Request[v1alpha1.GetAccountApiKeyRequest]) (*connect.Response[v1alpha1.GetAccountApiKeyResponse], error)
	// Creates a single API Key
	// This method will return the decrypted contents of the API key
	CreateAccountApiKey(context.Context, *connect.Request[v1alpha1.CreateAccountApiKeyRequest]) (*connect.Response[v1alpha1.CreateAccountApiKeyResponse], error)
	// Regenerates a single API Key with a new expiration time
	// This method will return the decrypted contents of the API key
	RegenerateAccountApiKey(context.Context, *connect.Request[v1alpha1.RegenerateAccountApiKeyRequest]) (*connect.Response[v1alpha1.RegenerateAccountApiKeyResponse], error)
	// Deletes an API Key from the system.
	DeleteAccountApiKey(context.Context, *connect.Request[v1alpha1.DeleteAccountApiKeyRequest]) (*connect.Response[v1alpha1.DeleteAccountApiKeyResponse], error)
}

ApiKeyServiceClient is a client for the mgmt.v1alpha1.ApiKeyService service.

func NewApiKeyServiceClient

func NewApiKeyServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) ApiKeyServiceClient

NewApiKeyServiceClient constructs a client for the mgmt.v1alpha1.ApiKeyService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.

The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).

type ApiKeyServiceHandler

type ApiKeyServiceHandler interface {
	// Retrieves a list of Account API Keys
	GetAccountApiKeys(context.Context, *connect.Request[v1alpha1.GetAccountApiKeysRequest]) (*connect.Response[v1alpha1.GetAccountApiKeysResponse], error)
	// Retrieves a single API Key
	GetAccountApiKey(context.Context, *connect.Request[v1alpha1.GetAccountApiKeyRequest]) (*connect.Response[v1alpha1.GetAccountApiKeyResponse], error)
	// Creates a single API Key
	// This method will return the decrypted contents of the API key
	CreateAccountApiKey(context.Context, *connect.Request[v1alpha1.CreateAccountApiKeyRequest]) (*connect.Response[v1alpha1.CreateAccountApiKeyResponse], error)
	// Regenerates a single API Key with a new expiration time
	// This method will return the decrypted contents of the API key
	RegenerateAccountApiKey(context.Context, *connect.Request[v1alpha1.RegenerateAccountApiKeyRequest]) (*connect.Response[v1alpha1.RegenerateAccountApiKeyResponse], error)
	// Deletes an API Key from the system.
	DeleteAccountApiKey(context.Context, *connect.Request[v1alpha1.DeleteAccountApiKeyRequest]) (*connect.Response[v1alpha1.DeleteAccountApiKeyResponse], error)
}

ApiKeyServiceHandler is an implementation of the mgmt.v1alpha1.ApiKeyService service.

type AuthServiceClient

type AuthServiceClient interface {
	// Used by the CLI to login to Neosync with OAuth.
	LoginCli(context.Context, *connect.Request[v1alpha1.LoginCliRequest]) (*connect.Response[v1alpha1.LoginCliResponse], error)
	// Used by the CLI to refresh an expired Neosync accesss token.
	// This should only be used if an access token was previously retrieved from the `LoginCli` or `RefreshCli` methods.
	RefreshCli(context.Context, *connect.Request[v1alpha1.RefreshCliRequest]) (*connect.Response[v1alpha1.RefreshCliResponse], error)
	// Empty endpoint to simply check if the provided access token is valid
	CheckToken(context.Context, *connect.Request[v1alpha1.CheckTokenRequest]) (*connect.Response[v1alpha1.CheckTokenResponse], error)
	// Used by the CLI to retrieve Auth Issuer information
	// @deprecated
	GetCliIssuer(context.Context, *connect.Request[v1alpha1.GetCliIssuerRequest]) (*connect.Response[v1alpha1.GetCliIssuerResponse], error)
	// Used by the CLI to retrieve an Authorize URL for use with OAuth login.
	GetAuthorizeUrl(context.Context, *connect.Request[v1alpha1.GetAuthorizeUrlRequest]) (*connect.Response[v1alpha1.GetAuthorizeUrlResponse], error)
	// Returns the auth status of the API server. Whether or not the backend has authentication enabled.
	// This is used by clients to make decisions on whether or not they should send access tokens to the API.
	GetAuthStatus(context.Context, *connect.Request[v1alpha1.GetAuthStatusRequest]) (*connect.Response[v1alpha1.GetAuthStatusResponse], error)
}

AuthServiceClient is a client for the mgmt.v1alpha1.AuthService service.

func NewAuthServiceClient

func NewAuthServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) AuthServiceClient

NewAuthServiceClient constructs a client for the mgmt.v1alpha1.AuthService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.

The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).

type AuthServiceHandler

type AuthServiceHandler interface {
	// Used by the CLI to login to Neosync with OAuth.
	LoginCli(context.Context, *connect.Request[v1alpha1.LoginCliRequest]) (*connect.Response[v1alpha1.LoginCliResponse], error)
	// Used by the CLI to refresh an expired Neosync accesss token.
	// This should only be used if an access token was previously retrieved from the `LoginCli` or `RefreshCli` methods.
	RefreshCli(context.Context, *connect.Request[v1alpha1.RefreshCliRequest]) (*connect.Response[v1alpha1.RefreshCliResponse], error)
	// Empty endpoint to simply check if the provided access token is valid
	CheckToken(context.Context, *connect.Request[v1alpha1.CheckTokenRequest]) (*connect.Response[v1alpha1.CheckTokenResponse], error)
	// Used by the CLI to retrieve Auth Issuer information
	// @deprecated
	GetCliIssuer(context.Context, *connect.Request[v1alpha1.GetCliIssuerRequest]) (*connect.Response[v1alpha1.GetCliIssuerResponse], error)
	// Used by the CLI to retrieve an Authorize URL for use with OAuth login.
	GetAuthorizeUrl(context.Context, *connect.Request[v1alpha1.GetAuthorizeUrlRequest]) (*connect.Response[v1alpha1.GetAuthorizeUrlResponse], error)
	// Returns the auth status of the API server. Whether or not the backend has authentication enabled.
	// This is used by clients to make decisions on whether or not they should send access tokens to the API.
	GetAuthStatus(context.Context, *connect.Request[v1alpha1.GetAuthStatusRequest]) (*connect.Response[v1alpha1.GetAuthStatusResponse], error)
}

AuthServiceHandler is an implementation of the mgmt.v1alpha1.AuthService service.

type ConnectionDataServiceClient

type ConnectionDataServiceClient interface {
	// Streaming endpoint that will stream the data available from the Connection to the client.
	// Used primarily by the CLI sync command.
	GetConnectionDataStream(context.Context, *connect.Request[v1alpha1.GetConnectionDataStreamRequest]) (*connect.ServerStreamForClient[v1alpha1.GetConnectionDataStreamResponse], error)
	// Returns the schema for a specific connection. Used mostly for SQL-based connections
	GetConnectionSchema(context.Context, *connect.Request[v1alpha1.GetConnectionSchemaRequest]) (*connect.Response[v1alpha1.GetConnectionSchemaResponse], error)
	// Returns the schema in map format. The keys are the fully qualified table in the format <schema>.<table>
	GetConnectionSchemaMap(context.Context, *connect.Request[v1alpha1.GetConnectionSchemaMapRequest]) (*connect.Response[v1alpha1.GetConnectionSchemaMapResponse], error)
	// Returns the schema in map format for every request provided
	GetConnectionSchemaMaps(context.Context, *connect.Request[v1alpha1.GetConnectionSchemaMapsRequest]) (*connect.Response[v1alpha1.GetConnectionSchemaMapsResponse], error)
	// For a specific connection, returns the table constraints. Mostly useful for SQL-based Connections.
	GetConnectionTableConstraints(context.Context, *connect.Request[v1alpha1.GetConnectionTableConstraintsRequest]) (*connect.Response[v1alpha1.GetConnectionTableConstraintsResponse], error)
	// For a specific connection, returns the foreign key constraints. Mostly useful for SQL-based Connections.
	// Used primarily by the CLI sync command to determine stream order.
	GetConnectionForeignConstraints(context.Context, *connect.Request[v1alpha1.GetConnectionForeignConstraintsRequest]) (*connect.Response[v1alpha1.GetConnectionForeignConstraintsResponse], error)
	// For a specific connection, returns the primary key constraints. Mostly useful for SQL-based Connections.
	// Used primarily by the CLI sync command to determine stream order.
	GetConnectionPrimaryConstraints(context.Context, *connect.Request[v1alpha1.GetConnectionPrimaryConstraintsRequest]) (*connect.Response[v1alpha1.GetConnectionPrimaryConstraintsResponse], error)
	// For a specific connection, returns the init table statements. Mostly useful for SQL-based Connections.
	// Used primarily by the CLI sync command to create table schema init statement.
	GetConnectionInitStatements(context.Context, *connect.Request[v1alpha1.GetConnectionInitStatementsRequest]) (*connect.Response[v1alpha1.GetConnectionInitStatementsResponse], error)
	// For a specific connection, returns the unique constraints. Mostly useful for SQL-based connections.
	GetConnectionUniqueConstraints(context.Context, *connect.Request[v1alpha1.GetConnectionUniqueConstraintsRequest]) (*connect.Response[v1alpha1.GetConnectionUniqueConstraintsResponse], error)
	// Query an AI connection by providing the necessary values. Typically used for generating preview data
	GetAiGeneratedData(context.Context, *connect.Request[v1alpha1.GetAiGeneratedDataRequest]) (*connect.Response[v1alpha1.GetAiGeneratedDataResponse], error)
	// Query table with subset to get row count
	GetTableRowCount(context.Context, *connect.Request[v1alpha1.GetTableRowCountRequest]) (*connect.Response[v1alpha1.GetTableRowCountResponse], error)
}

ConnectionDataServiceClient is a client for the mgmt.v1alpha1.ConnectionDataService service.

func NewConnectionDataServiceClient

func NewConnectionDataServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) ConnectionDataServiceClient

NewConnectionDataServiceClient constructs a client for the mgmt.v1alpha1.ConnectionDataService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.

The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).

type ConnectionDataServiceHandler

type ConnectionDataServiceHandler interface {
	// Streaming endpoint that will stream the data available from the Connection to the client.
	// Used primarily by the CLI sync command.
	GetConnectionDataStream(context.Context, *connect.Request[v1alpha1.GetConnectionDataStreamRequest], *connect.ServerStream[v1alpha1.GetConnectionDataStreamResponse]) error
	// Returns the schema for a specific connection. Used mostly for SQL-based connections
	GetConnectionSchema(context.Context, *connect.Request[v1alpha1.GetConnectionSchemaRequest]) (*connect.Response[v1alpha1.GetConnectionSchemaResponse], error)
	// Returns the schema in map format. The keys are the fully qualified table in the format <schema>.<table>
	GetConnectionSchemaMap(context.Context, *connect.Request[v1alpha1.GetConnectionSchemaMapRequest]) (*connect.Response[v1alpha1.GetConnectionSchemaMapResponse], error)
	// Returns the schema in map format for every request provided
	GetConnectionSchemaMaps(context.Context, *connect.Request[v1alpha1.GetConnectionSchemaMapsRequest]) (*connect.Response[v1alpha1.GetConnectionSchemaMapsResponse], error)
	// For a specific connection, returns the table constraints. Mostly useful for SQL-based Connections.
	GetConnectionTableConstraints(context.Context, *connect.Request[v1alpha1.GetConnectionTableConstraintsRequest]) (*connect.Response[v1alpha1.GetConnectionTableConstraintsResponse], error)
	// For a specific connection, returns the foreign key constraints. Mostly useful for SQL-based Connections.
	// Used primarily by the CLI sync command to determine stream order.
	GetConnectionForeignConstraints(context.Context, *connect.Request[v1alpha1.GetConnectionForeignConstraintsRequest]) (*connect.Response[v1alpha1.GetConnectionForeignConstraintsResponse], error)
	// For a specific connection, returns the primary key constraints. Mostly useful for SQL-based Connections.
	// Used primarily by the CLI sync command to determine stream order.
	GetConnectionPrimaryConstraints(context.Context, *connect.Request[v1alpha1.GetConnectionPrimaryConstraintsRequest]) (*connect.Response[v1alpha1.GetConnectionPrimaryConstraintsResponse], error)
	// For a specific connection, returns the init table statements. Mostly useful for SQL-based Connections.
	// Used primarily by the CLI sync command to create table schema init statement.
	GetConnectionInitStatements(context.Context, *connect.Request[v1alpha1.GetConnectionInitStatementsRequest]) (*connect.Response[v1alpha1.GetConnectionInitStatementsResponse], error)
	// For a specific connection, returns the unique constraints. Mostly useful for SQL-based connections.
	GetConnectionUniqueConstraints(context.Context, *connect.Request[v1alpha1.GetConnectionUniqueConstraintsRequest]) (*connect.Response[v1alpha1.GetConnectionUniqueConstraintsResponse], error)
	// Query an AI connection by providing the necessary values. Typically used for generating preview data
	GetAiGeneratedData(context.Context, *connect.Request[v1alpha1.GetAiGeneratedDataRequest]) (*connect.Response[v1alpha1.GetAiGeneratedDataResponse], error)
	// Query table with subset to get row count
	GetTableRowCount(context.Context, *connect.Request[v1alpha1.GetTableRowCountRequest]) (*connect.Response[v1alpha1.GetTableRowCountResponse], error)
}

ConnectionDataServiceHandler is an implementation of the mgmt.v1alpha1.ConnectionDataService service.

type ConnectionServiceClient

type ConnectionServiceClient interface {
	// Returns a list of connections associated with the account
	GetConnections(context.Context, *connect.Request[v1alpha1.GetConnectionsRequest]) (*connect.Response[v1alpha1.GetConnectionsResponse], error)
	// Returns a single connection
	GetConnection(context.Context, *connect.Request[v1alpha1.GetConnectionRequest]) (*connect.Response[v1alpha1.GetConnectionResponse], error)
	// Creates a new connection
	CreateConnection(context.Context, *connect.Request[v1alpha1.CreateConnectionRequest]) (*connect.Response[v1alpha1.CreateConnectionResponse], error)
	// Updates an existing connection
	UpdateConnection(context.Context, *connect.Request[v1alpha1.UpdateConnectionRequest]) (*connect.Response[v1alpha1.UpdateConnectionResponse], error)
	// Removes a connection from the system.
	DeleteConnection(context.Context, *connect.Request[v1alpha1.DeleteConnectionRequest]) (*connect.Response[v1alpha1.DeleteConnectionResponse], error)
	// Connections have friendly names, this method checks if the requested name is available in the system based on the account
	IsConnectionNameAvailable(context.Context, *connect.Request[v1alpha1.IsConnectionNameAvailableRequest]) (*connect.Response[v1alpha1.IsConnectionNameAvailableResponse], error)
	// Checks if the connection config is connectable by the backend.
	// Used mostly to verify that a connection is valid prior to creating a Connection object.
	CheckConnectionConfig(context.Context, *connect.Request[v1alpha1.CheckConnectionConfigRequest]) (*connect.Response[v1alpha1.CheckConnectionConfigResponse], error)
	// Checks a constructed SQL query against a sql-based connection to see if it's valid based on that connection's data schema
	// This is useful when constructing subsets to see if the WHERE clause is correct
	CheckSqlQuery(context.Context, *connect.Request[v1alpha1.CheckSqlQueryRequest]) (*connect.Response[v1alpha1.CheckSqlQueryResponse], error)
}

ConnectionServiceClient is a client for the mgmt.v1alpha1.ConnectionService service.

func NewConnectionServiceClient

func NewConnectionServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) ConnectionServiceClient

NewConnectionServiceClient constructs a client for the mgmt.v1alpha1.ConnectionService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.

The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).

type ConnectionServiceHandler

type ConnectionServiceHandler interface {
	// Returns a list of connections associated with the account
	GetConnections(context.Context, *connect.Request[v1alpha1.GetConnectionsRequest]) (*connect.Response[v1alpha1.GetConnectionsResponse], error)
	// Returns a single connection
	GetConnection(context.Context, *connect.Request[v1alpha1.GetConnectionRequest]) (*connect.Response[v1alpha1.GetConnectionResponse], error)
	// Creates a new connection
	CreateConnection(context.Context, *connect.Request[v1alpha1.CreateConnectionRequest]) (*connect.Response[v1alpha1.CreateConnectionResponse], error)
	// Updates an existing connection
	UpdateConnection(context.Context, *connect.Request[v1alpha1.UpdateConnectionRequest]) (*connect.Response[v1alpha1.UpdateConnectionResponse], error)
	// Removes a connection from the system.
	DeleteConnection(context.Context, *connect.Request[v1alpha1.DeleteConnectionRequest]) (*connect.Response[v1alpha1.DeleteConnectionResponse], error)
	// Connections have friendly names, this method checks if the requested name is available in the system based on the account
	IsConnectionNameAvailable(context.Context, *connect.Request[v1alpha1.IsConnectionNameAvailableRequest]) (*connect.Response[v1alpha1.IsConnectionNameAvailableResponse], error)
	// Checks if the connection config is connectable by the backend.
	// Used mostly to verify that a connection is valid prior to creating a Connection object.
	CheckConnectionConfig(context.Context, *connect.Request[v1alpha1.CheckConnectionConfigRequest]) (*connect.Response[v1alpha1.CheckConnectionConfigResponse], error)
	// Checks a constructed SQL query against a sql-based connection to see if it's valid based on that connection's data schema
	// This is useful when constructing subsets to see if the WHERE clause is correct
	CheckSqlQuery(context.Context, *connect.Request[v1alpha1.CheckSqlQueryRequest]) (*connect.Response[v1alpha1.CheckSqlQueryResponse], error)
}

ConnectionServiceHandler is an implementation of the mgmt.v1alpha1.ConnectionService service.

type JobServiceClient

type JobServiceClient interface {
	GetJobs(context.Context, *connect.Request[v1alpha1.GetJobsRequest]) (*connect.Response[v1alpha1.GetJobsResponse], error)
	GetJob(context.Context, *connect.Request[v1alpha1.GetJobRequest]) (*connect.Response[v1alpha1.GetJobResponse], error)
	CreateJob(context.Context, *connect.Request[v1alpha1.CreateJobRequest]) (*connect.Response[v1alpha1.CreateJobResponse], error)
	DeleteJob(context.Context, *connect.Request[v1alpha1.DeleteJobRequest]) (*connect.Response[v1alpha1.DeleteJobResponse], error)
	IsJobNameAvailable(context.Context, *connect.Request[v1alpha1.IsJobNameAvailableRequest]) (*connect.Response[v1alpha1.IsJobNameAvailableResponse], error)
	UpdateJobSchedule(context.Context, *connect.Request[v1alpha1.UpdateJobScheduleRequest]) (*connect.Response[v1alpha1.UpdateJobScheduleResponse], error)
	UpdateJobSourceConnection(context.Context, *connect.Request[v1alpha1.UpdateJobSourceConnectionRequest]) (*connect.Response[v1alpha1.UpdateJobSourceConnectionResponse], error)
	SetJobSourceSqlConnectionSubsets(context.Context, *connect.Request[v1alpha1.SetJobSourceSqlConnectionSubsetsRequest]) (*connect.Response[v1alpha1.SetJobSourceSqlConnectionSubsetsResponse], error)
	UpdateJobDestinationConnection(context.Context, *connect.Request[v1alpha1.UpdateJobDestinationConnectionRequest]) (*connect.Response[v1alpha1.UpdateJobDestinationConnectionResponse], error)
	DeleteJobDestinationConnection(context.Context, *connect.Request[v1alpha1.DeleteJobDestinationConnectionRequest]) (*connect.Response[v1alpha1.DeleteJobDestinationConnectionResponse], error)
	CreateJobDestinationConnections(context.Context, *connect.Request[v1alpha1.CreateJobDestinationConnectionsRequest]) (*connect.Response[v1alpha1.CreateJobDestinationConnectionsResponse], error)
	PauseJob(context.Context, *connect.Request[v1alpha1.PauseJobRequest]) (*connect.Response[v1alpha1.PauseJobResponse], error)
	// Returns a list of recently invoked job runs baseds on the Temporal cron scheduler. This will return a list of job runs that include archived runs
	GetJobRecentRuns(context.Context, *connect.Request[v1alpha1.GetJobRecentRunsRequest]) (*connect.Response[v1alpha1.GetJobRecentRunsResponse], error)
	// Returns a list of runs that are scheduled for execution based on the Temporal cron scheduler.
	GetJobNextRuns(context.Context, *connect.Request[v1alpha1.GetJobNextRunsRequest]) (*connect.Response[v1alpha1.GetJobNextRunsResponse], error)
	GetJobStatus(context.Context, *connect.Request[v1alpha1.GetJobStatusRequest]) (*connect.Response[v1alpha1.GetJobStatusResponse], error)
	GetJobStatuses(context.Context, *connect.Request[v1alpha1.GetJobStatusesRequest]) (*connect.Response[v1alpha1.GetJobStatusesResponse], error)
	// Returns a list of job runs by either account or job
	GetJobRuns(context.Context, *connect.Request[v1alpha1.GetJobRunsRequest]) (*connect.Response[v1alpha1.GetJobRunsResponse], error)
	GetJobRunEvents(context.Context, *connect.Request[v1alpha1.GetJobRunEventsRequest]) (*connect.Response[v1alpha1.GetJobRunEventsResponse], error)
	// Returns a specific job run, along with any of its pending activities
	GetJobRun(context.Context, *connect.Request[v1alpha1.GetJobRunRequest]) (*connect.Response[v1alpha1.GetJobRunResponse], error)
	DeleteJobRun(context.Context, *connect.Request[v1alpha1.DeleteJobRunRequest]) (*connect.Response[v1alpha1.DeleteJobRunResponse], error)
	CreateJobRun(context.Context, *connect.Request[v1alpha1.CreateJobRunRequest]) (*connect.Response[v1alpha1.CreateJobRunResponse], error)
	CancelJobRun(context.Context, *connect.Request[v1alpha1.CancelJobRunRequest]) (*connect.Response[v1alpha1.CancelJobRunResponse], error)
	TerminateJobRun(context.Context, *connect.Request[v1alpha1.TerminateJobRunRequest]) (*connect.Response[v1alpha1.TerminateJobRunResponse], error)
	// Returns a stream of logs from the worker nodes that pertain to a specific job run
	GetJobRunLogsStream(context.Context, *connect.Request[v1alpha1.GetJobRunLogsStreamRequest]) (*connect.ServerStreamForClient[v1alpha1.GetJobRunLogsStreamResponse], error)
	// Set any job workflow options. Must provide entire object as is it will fully override the previous configuration
	SetJobWorkflowOptions(context.Context, *connect.Request[v1alpha1.SetJobWorkflowOptionsRequest]) (*connect.Response[v1alpha1.SetJobWorkflowOptionsResponse], error)
	// Set the job sync options. Must provide entire object as it will fully override the previous configuration
	SetJobSyncOptions(context.Context, *connect.Request[v1alpha1.SetJobSyncOptionsRequest]) (*connect.Response[v1alpha1.SetJobSyncOptionsResponse], error)
	// validates that the jobmapping configured can run with table constraints
	ValidateJobMappings(context.Context, *connect.Request[v1alpha1.ValidateJobMappingsRequest]) (*connect.Response[v1alpha1.ValidateJobMappingsResponse], error)
}

JobServiceClient is a client for the mgmt.v1alpha1.JobService service.

func NewJobServiceClient

func NewJobServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) JobServiceClient

NewJobServiceClient constructs a client for the mgmt.v1alpha1.JobService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.

The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).

type JobServiceHandler

type JobServiceHandler interface {
	GetJobs(context.Context, *connect.Request[v1alpha1.GetJobsRequest]) (*connect.Response[v1alpha1.GetJobsResponse], error)
	GetJob(context.Context, *connect.Request[v1alpha1.GetJobRequest]) (*connect.Response[v1alpha1.GetJobResponse], error)
	CreateJob(context.Context, *connect.Request[v1alpha1.CreateJobRequest]) (*connect.Response[v1alpha1.CreateJobResponse], error)
	DeleteJob(context.Context, *connect.Request[v1alpha1.DeleteJobRequest]) (*connect.Response[v1alpha1.DeleteJobResponse], error)
	IsJobNameAvailable(context.Context, *connect.Request[v1alpha1.IsJobNameAvailableRequest]) (*connect.Response[v1alpha1.IsJobNameAvailableResponse], error)
	UpdateJobSchedule(context.Context, *connect.Request[v1alpha1.UpdateJobScheduleRequest]) (*connect.Response[v1alpha1.UpdateJobScheduleResponse], error)
	UpdateJobSourceConnection(context.Context, *connect.Request[v1alpha1.UpdateJobSourceConnectionRequest]) (*connect.Response[v1alpha1.UpdateJobSourceConnectionResponse], error)
	SetJobSourceSqlConnectionSubsets(context.Context, *connect.Request[v1alpha1.SetJobSourceSqlConnectionSubsetsRequest]) (*connect.Response[v1alpha1.SetJobSourceSqlConnectionSubsetsResponse], error)
	UpdateJobDestinationConnection(context.Context, *connect.Request[v1alpha1.UpdateJobDestinationConnectionRequest]) (*connect.Response[v1alpha1.UpdateJobDestinationConnectionResponse], error)
	DeleteJobDestinationConnection(context.Context, *connect.Request[v1alpha1.DeleteJobDestinationConnectionRequest]) (*connect.Response[v1alpha1.DeleteJobDestinationConnectionResponse], error)
	CreateJobDestinationConnections(context.Context, *connect.Request[v1alpha1.CreateJobDestinationConnectionsRequest]) (*connect.Response[v1alpha1.CreateJobDestinationConnectionsResponse], error)
	PauseJob(context.Context, *connect.Request[v1alpha1.PauseJobRequest]) (*connect.Response[v1alpha1.PauseJobResponse], error)
	// Returns a list of recently invoked job runs baseds on the Temporal cron scheduler. This will return a list of job runs that include archived runs
	GetJobRecentRuns(context.Context, *connect.Request[v1alpha1.GetJobRecentRunsRequest]) (*connect.Response[v1alpha1.GetJobRecentRunsResponse], error)
	// Returns a list of runs that are scheduled for execution based on the Temporal cron scheduler.
	GetJobNextRuns(context.Context, *connect.Request[v1alpha1.GetJobNextRunsRequest]) (*connect.Response[v1alpha1.GetJobNextRunsResponse], error)
	GetJobStatus(context.Context, *connect.Request[v1alpha1.GetJobStatusRequest]) (*connect.Response[v1alpha1.GetJobStatusResponse], error)
	GetJobStatuses(context.Context, *connect.Request[v1alpha1.GetJobStatusesRequest]) (*connect.Response[v1alpha1.GetJobStatusesResponse], error)
	// Returns a list of job runs by either account or job
	GetJobRuns(context.Context, *connect.Request[v1alpha1.GetJobRunsRequest]) (*connect.Response[v1alpha1.GetJobRunsResponse], error)
	GetJobRunEvents(context.Context, *connect.Request[v1alpha1.GetJobRunEventsRequest]) (*connect.Response[v1alpha1.GetJobRunEventsResponse], error)
	// Returns a specific job run, along with any of its pending activities
	GetJobRun(context.Context, *connect.Request[v1alpha1.GetJobRunRequest]) (*connect.Response[v1alpha1.GetJobRunResponse], error)
	DeleteJobRun(context.Context, *connect.Request[v1alpha1.DeleteJobRunRequest]) (*connect.Response[v1alpha1.DeleteJobRunResponse], error)
	CreateJobRun(context.Context, *connect.Request[v1alpha1.CreateJobRunRequest]) (*connect.Response[v1alpha1.CreateJobRunResponse], error)
	CancelJobRun(context.Context, *connect.Request[v1alpha1.CancelJobRunRequest]) (*connect.Response[v1alpha1.CancelJobRunResponse], error)
	TerminateJobRun(context.Context, *connect.Request[v1alpha1.TerminateJobRunRequest]) (*connect.Response[v1alpha1.TerminateJobRunResponse], error)
	// Returns a stream of logs from the worker nodes that pertain to a specific job run
	GetJobRunLogsStream(context.Context, *connect.Request[v1alpha1.GetJobRunLogsStreamRequest], *connect.ServerStream[v1alpha1.GetJobRunLogsStreamResponse]) error
	// Set any job workflow options. Must provide entire object as is it will fully override the previous configuration
	SetJobWorkflowOptions(context.Context, *connect.Request[v1alpha1.SetJobWorkflowOptionsRequest]) (*connect.Response[v1alpha1.SetJobWorkflowOptionsResponse], error)
	// Set the job sync options. Must provide entire object as it will fully override the previous configuration
	SetJobSyncOptions(context.Context, *connect.Request[v1alpha1.SetJobSyncOptionsRequest]) (*connect.Response[v1alpha1.SetJobSyncOptionsResponse], error)
	// validates that the jobmapping configured can run with table constraints
	ValidateJobMappings(context.Context, *connect.Request[v1alpha1.ValidateJobMappingsRequest]) (*connect.Response[v1alpha1.ValidateJobMappingsResponse], error)
}

JobServiceHandler is an implementation of the mgmt.v1alpha1.JobService service.

type MetricsServiceClient

type MetricsServiceClient interface {
	// Retrieve a timed range of records
	GetDailyMetricCount(context.Context, *connect.Request[v1alpha1.GetDailyMetricCountRequest]) (*connect.Response[v1alpha1.GetDailyMetricCountResponse], error)
	// For the given metric and time range, returns the total count found
	GetMetricCount(context.Context, *connect.Request[v1alpha1.GetMetricCountRequest]) (*connect.Response[v1alpha1.GetMetricCountResponse], error)
}

MetricsServiceClient is a client for the mgmt.v1alpha1.MetricsService service.

func NewMetricsServiceClient

func NewMetricsServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) MetricsServiceClient

NewMetricsServiceClient constructs a client for the mgmt.v1alpha1.MetricsService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.

The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).

type MetricsServiceHandler

type MetricsServiceHandler interface {
	// Retrieve a timed range of records
	GetDailyMetricCount(context.Context, *connect.Request[v1alpha1.GetDailyMetricCountRequest]) (*connect.Response[v1alpha1.GetDailyMetricCountResponse], error)
	// For the given metric and time range, returns the total count found
	GetMetricCount(context.Context, *connect.Request[v1alpha1.GetMetricCountRequest]) (*connect.Response[v1alpha1.GetMetricCountResponse], error)
}

MetricsServiceHandler is an implementation of the mgmt.v1alpha1.MetricsService service.

type MockAuthServiceClient

type MockAuthServiceClient struct {
	mock.Mock
}

MockAuthServiceClient is an autogenerated mock type for the AuthServiceClient type

func NewMockAuthServiceClient

func NewMockAuthServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockAuthServiceClient

NewMockAuthServiceClient creates a new instance of MockAuthServiceClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*MockAuthServiceClient) CheckToken

CheckToken provides a mock function with given fields: _a0, _a1

func (*MockAuthServiceClient) EXPECT

func (*MockAuthServiceClient) GetAuthStatus

GetAuthStatus provides a mock function with given fields: _a0, _a1

func (*MockAuthServiceClient) GetAuthorizeUrl

GetAuthorizeUrl provides a mock function with given fields: _a0, _a1

func (*MockAuthServiceClient) GetCliIssuer

GetCliIssuer provides a mock function with given fields: _a0, _a1

func (*MockAuthServiceClient) LoginCli

LoginCli provides a mock function with given fields: _a0, _a1

func (*MockAuthServiceClient) RefreshCli

RefreshCli provides a mock function with given fields: _a0, _a1

type MockAuthServiceClient_CheckToken_Call

type MockAuthServiceClient_CheckToken_Call struct {
	*mock.Call
}

MockAuthServiceClient_CheckToken_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CheckToken'

func (*MockAuthServiceClient_CheckToken_Call) Run

type MockAuthServiceClient_Expecter

type MockAuthServiceClient_Expecter struct {
	// contains filtered or unexported fields
}

func (*MockAuthServiceClient_Expecter) CheckToken

func (_e *MockAuthServiceClient_Expecter) CheckToken(_a0 interface{}, _a1 interface{}) *MockAuthServiceClient_CheckToken_Call

CheckToken is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.CheckTokenRequest]

func (*MockAuthServiceClient_Expecter) GetAuthStatus

func (_e *MockAuthServiceClient_Expecter) GetAuthStatus(_a0 interface{}, _a1 interface{}) *MockAuthServiceClient_GetAuthStatus_Call

GetAuthStatus is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.GetAuthStatusRequest]

func (*MockAuthServiceClient_Expecter) GetAuthorizeUrl

func (_e *MockAuthServiceClient_Expecter) GetAuthorizeUrl(_a0 interface{}, _a1 interface{}) *MockAuthServiceClient_GetAuthorizeUrl_Call

GetAuthorizeUrl is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.GetAuthorizeUrlRequest]

func (*MockAuthServiceClient_Expecter) GetCliIssuer

func (_e *MockAuthServiceClient_Expecter) GetCliIssuer(_a0 interface{}, _a1 interface{}) *MockAuthServiceClient_GetCliIssuer_Call

GetCliIssuer is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.GetCliIssuerRequest]

func (*MockAuthServiceClient_Expecter) LoginCli

func (_e *MockAuthServiceClient_Expecter) LoginCli(_a0 interface{}, _a1 interface{}) *MockAuthServiceClient_LoginCli_Call

LoginCli is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.LoginCliRequest]

func (*MockAuthServiceClient_Expecter) RefreshCli

func (_e *MockAuthServiceClient_Expecter) RefreshCli(_a0 interface{}, _a1 interface{}) *MockAuthServiceClient_RefreshCli_Call

RefreshCli is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.RefreshCliRequest]

type MockAuthServiceClient_GetAuthStatus_Call

type MockAuthServiceClient_GetAuthStatus_Call struct {
	*mock.Call
}

MockAuthServiceClient_GetAuthStatus_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAuthStatus'

func (*MockAuthServiceClient_GetAuthStatus_Call) Run

type MockAuthServiceClient_GetAuthorizeUrl_Call

type MockAuthServiceClient_GetAuthorizeUrl_Call struct {
	*mock.Call
}

MockAuthServiceClient_GetAuthorizeUrl_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAuthorizeUrl'

type MockAuthServiceClient_GetCliIssuer_Call

type MockAuthServiceClient_GetCliIssuer_Call struct {
	*mock.Call
}

MockAuthServiceClient_GetCliIssuer_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetCliIssuer'

func (*MockAuthServiceClient_GetCliIssuer_Call) Run

type MockAuthServiceClient_LoginCli_Call

type MockAuthServiceClient_LoginCli_Call struct {
	*mock.Call
}

MockAuthServiceClient_LoginCli_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LoginCli'

func (*MockAuthServiceClient_LoginCli_Call) Return

func (*MockAuthServiceClient_LoginCli_Call) Run

type MockAuthServiceClient_RefreshCli_Call

type MockAuthServiceClient_RefreshCli_Call struct {
	*mock.Call
}

MockAuthServiceClient_RefreshCli_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RefreshCli'

func (*MockAuthServiceClient_RefreshCli_Call) Run

type MockConnectionServiceClient

type MockConnectionServiceClient struct {
	mock.Mock
}

MockConnectionServiceClient is an autogenerated mock type for the ConnectionServiceClient type

func NewMockConnectionServiceClient

func NewMockConnectionServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockConnectionServiceClient

NewMockConnectionServiceClient creates a new instance of MockConnectionServiceClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*MockConnectionServiceClient) CheckConnectionConfig

CheckConnectionConfig provides a mock function with given fields: _a0, _a1

func (*MockConnectionServiceClient) CheckSqlQuery

CheckSqlQuery provides a mock function with given fields: _a0, _a1

func (*MockConnectionServiceClient) CreateConnection

CreateConnection provides a mock function with given fields: _a0, _a1

func (*MockConnectionServiceClient) DeleteConnection

DeleteConnection provides a mock function with given fields: _a0, _a1

func (*MockConnectionServiceClient) EXPECT

func (*MockConnectionServiceClient) GetConnection

GetConnection provides a mock function with given fields: _a0, _a1

func (*MockConnectionServiceClient) GetConnections

GetConnections provides a mock function with given fields: _a0, _a1

func (*MockConnectionServiceClient) IsConnectionNameAvailable

IsConnectionNameAvailable provides a mock function with given fields: _a0, _a1

func (*MockConnectionServiceClient) UpdateConnection

UpdateConnection provides a mock function with given fields: _a0, _a1

type MockConnectionServiceClient_CheckConnectionConfig_Call

type MockConnectionServiceClient_CheckConnectionConfig_Call struct {
	*mock.Call
}

MockConnectionServiceClient_CheckConnectionConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CheckConnectionConfig'

type MockConnectionServiceClient_CheckSqlQuery_Call

type MockConnectionServiceClient_CheckSqlQuery_Call struct {
	*mock.Call
}

MockConnectionServiceClient_CheckSqlQuery_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CheckSqlQuery'

type MockConnectionServiceClient_CreateConnection_Call

type MockConnectionServiceClient_CreateConnection_Call struct {
	*mock.Call
}

MockConnectionServiceClient_CreateConnection_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateConnection'

type MockConnectionServiceClient_DeleteConnection_Call

type MockConnectionServiceClient_DeleteConnection_Call struct {
	*mock.Call
}

MockConnectionServiceClient_DeleteConnection_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteConnection'

type MockConnectionServiceClient_Expecter

type MockConnectionServiceClient_Expecter struct {
	// contains filtered or unexported fields
}

func (*MockConnectionServiceClient_Expecter) CheckConnectionConfig

func (_e *MockConnectionServiceClient_Expecter) CheckConnectionConfig(_a0 interface{}, _a1 interface{}) *MockConnectionServiceClient_CheckConnectionConfig_Call

CheckConnectionConfig is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.CheckConnectionConfigRequest]

func (*MockConnectionServiceClient_Expecter) CheckSqlQuery

func (_e *MockConnectionServiceClient_Expecter) CheckSqlQuery(_a0 interface{}, _a1 interface{}) *MockConnectionServiceClient_CheckSqlQuery_Call

CheckSqlQuery is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.CheckSqlQueryRequest]

func (*MockConnectionServiceClient_Expecter) CreateConnection

func (_e *MockConnectionServiceClient_Expecter) CreateConnection(_a0 interface{}, _a1 interface{}) *MockConnectionServiceClient_CreateConnection_Call

CreateConnection is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.CreateConnectionRequest]

func (*MockConnectionServiceClient_Expecter) DeleteConnection

func (_e *MockConnectionServiceClient_Expecter) DeleteConnection(_a0 interface{}, _a1 interface{}) *MockConnectionServiceClient_DeleteConnection_Call

DeleteConnection is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.DeleteConnectionRequest]

func (*MockConnectionServiceClient_Expecter) GetConnection

func (_e *MockConnectionServiceClient_Expecter) GetConnection(_a0 interface{}, _a1 interface{}) *MockConnectionServiceClient_GetConnection_Call

GetConnection is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.GetConnectionRequest]

func (*MockConnectionServiceClient_Expecter) GetConnections

func (_e *MockConnectionServiceClient_Expecter) GetConnections(_a0 interface{}, _a1 interface{}) *MockConnectionServiceClient_GetConnections_Call

GetConnections is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.GetConnectionsRequest]

func (*MockConnectionServiceClient_Expecter) IsConnectionNameAvailable

func (_e *MockConnectionServiceClient_Expecter) IsConnectionNameAvailable(_a0 interface{}, _a1 interface{}) *MockConnectionServiceClient_IsConnectionNameAvailable_Call

IsConnectionNameAvailable is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.IsConnectionNameAvailableRequest]

func (*MockConnectionServiceClient_Expecter) UpdateConnection

func (_e *MockConnectionServiceClient_Expecter) UpdateConnection(_a0 interface{}, _a1 interface{}) *MockConnectionServiceClient_UpdateConnection_Call

UpdateConnection is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.UpdateConnectionRequest]

type MockConnectionServiceClient_GetConnection_Call

type MockConnectionServiceClient_GetConnection_Call struct {
	*mock.Call
}

MockConnectionServiceClient_GetConnection_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetConnection'

type MockConnectionServiceClient_GetConnections_Call

type MockConnectionServiceClient_GetConnections_Call struct {
	*mock.Call
}

MockConnectionServiceClient_GetConnections_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetConnections'

type MockConnectionServiceClient_IsConnectionNameAvailable_Call

type MockConnectionServiceClient_IsConnectionNameAvailable_Call struct {
	*mock.Call
}

MockConnectionServiceClient_IsConnectionNameAvailable_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IsConnectionNameAvailable'

type MockConnectionServiceClient_UpdateConnection_Call

type MockConnectionServiceClient_UpdateConnection_Call struct {
	*mock.Call
}

MockConnectionServiceClient_UpdateConnection_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateConnection'

type MockConnectionServiceHandler

type MockConnectionServiceHandler struct {
	mock.Mock
}

MockConnectionServiceHandler is an autogenerated mock type for the ConnectionServiceHandler type

func NewMockConnectionServiceHandler

func NewMockConnectionServiceHandler(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockConnectionServiceHandler

NewMockConnectionServiceHandler creates a new instance of MockConnectionServiceHandler. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*MockConnectionServiceHandler) CheckConnectionConfig

CheckConnectionConfig provides a mock function with given fields: _a0, _a1

func (*MockConnectionServiceHandler) CheckSqlQuery

CheckSqlQuery provides a mock function with given fields: _a0, _a1

func (*MockConnectionServiceHandler) CreateConnection

CreateConnection provides a mock function with given fields: _a0, _a1

func (*MockConnectionServiceHandler) DeleteConnection

DeleteConnection provides a mock function with given fields: _a0, _a1

func (*MockConnectionServiceHandler) EXPECT

func (*MockConnectionServiceHandler) GetConnection

GetConnection provides a mock function with given fields: _a0, _a1

func (*MockConnectionServiceHandler) GetConnectionDataStream

GetConnectionDataStream provides a mock function with given fields: _a0, _a1, _a2

func (*MockConnectionServiceHandler) GetConnectionForeignConstraints

GetConnectionForeignConstraints provides a mock function with given fields: _a0, _a1

func (*MockConnectionServiceHandler) GetConnectionInitStatements

GetConnectionInitStatements provides a mock function with given fields: _a0, _a1

func (*MockConnectionServiceHandler) GetConnectionSchema

GetConnectionSchema provides a mock function with given fields: _a0, _a1

func (*MockConnectionServiceHandler) GetConnections

GetConnections provides a mock function with given fields: _a0, _a1

func (*MockConnectionServiceHandler) IsConnectionNameAvailable

IsConnectionNameAvailable provides a mock function with given fields: _a0, _a1

func (*MockConnectionServiceHandler) UpdateConnection

UpdateConnection provides a mock function with given fields: _a0, _a1

type MockConnectionServiceHandler_CheckConnectionConfig_Call

type MockConnectionServiceHandler_CheckConnectionConfig_Call struct {
	*mock.Call
}

MockConnectionServiceHandler_CheckConnectionConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CheckConnectionConfig'

type MockConnectionServiceHandler_CheckSqlQuery_Call

type MockConnectionServiceHandler_CheckSqlQuery_Call struct {
	*mock.Call
}

MockConnectionServiceHandler_CheckSqlQuery_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CheckSqlQuery'

type MockConnectionServiceHandler_CreateConnection_Call

type MockConnectionServiceHandler_CreateConnection_Call struct {
	*mock.Call
}

MockConnectionServiceHandler_CreateConnection_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateConnection'

type MockConnectionServiceHandler_DeleteConnection_Call

type MockConnectionServiceHandler_DeleteConnection_Call struct {
	*mock.Call
}

MockConnectionServiceHandler_DeleteConnection_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteConnection'

type MockConnectionServiceHandler_Expecter

type MockConnectionServiceHandler_Expecter struct {
	// contains filtered or unexported fields
}

func (*MockConnectionServiceHandler_Expecter) CheckConnectionConfig

func (_e *MockConnectionServiceHandler_Expecter) CheckConnectionConfig(_a0 interface{}, _a1 interface{}) *MockConnectionServiceHandler_CheckConnectionConfig_Call

CheckConnectionConfig is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.CheckConnectionConfigRequest]

func (*MockConnectionServiceHandler_Expecter) CheckSqlQuery

func (_e *MockConnectionServiceHandler_Expecter) CheckSqlQuery(_a0 interface{}, _a1 interface{}) *MockConnectionServiceHandler_CheckSqlQuery_Call

CheckSqlQuery is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.CheckSqlQueryRequest]

func (*MockConnectionServiceHandler_Expecter) CreateConnection

func (_e *MockConnectionServiceHandler_Expecter) CreateConnection(_a0 interface{}, _a1 interface{}) *MockConnectionServiceHandler_CreateConnection_Call

CreateConnection is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.CreateConnectionRequest]

func (*MockConnectionServiceHandler_Expecter) DeleteConnection

func (_e *MockConnectionServiceHandler_Expecter) DeleteConnection(_a0 interface{}, _a1 interface{}) *MockConnectionServiceHandler_DeleteConnection_Call

DeleteConnection is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.DeleteConnectionRequest]

func (*MockConnectionServiceHandler_Expecter) GetConnection

func (_e *MockConnectionServiceHandler_Expecter) GetConnection(_a0 interface{}, _a1 interface{}) *MockConnectionServiceHandler_GetConnection_Call

GetConnection is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.GetConnectionRequest]

func (*MockConnectionServiceHandler_Expecter) GetConnectionDataStream

func (_e *MockConnectionServiceHandler_Expecter) GetConnectionDataStream(_a0 interface{}, _a1 interface{}, _a2 interface{}) *MockConnectionServiceHandler_GetConnectionDataStream_Call

GetConnectionDataStream is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.GetConnectionDataStreamRequest]
  • _a2 *connect.ServerStream[mgmtv1alpha1.GetConnectionDataStreamResponse]

func (*MockConnectionServiceHandler_Expecter) GetConnectionForeignConstraints

func (_e *MockConnectionServiceHandler_Expecter) GetConnectionForeignConstraints(_a0 interface{}, _a1 interface{}) *MockConnectionServiceHandler_GetConnectionForeignConstraints_Call

GetConnectionForeignConstraints is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.GetConnectionForeignConstraintsRequest]

func (*MockConnectionServiceHandler_Expecter) GetConnectionInitStatements

func (_e *MockConnectionServiceHandler_Expecter) GetConnectionInitStatements(_a0 interface{}, _a1 interface{}) *MockConnectionServiceHandler_GetConnectionInitStatements_Call

GetConnectionInitStatements is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.GetConnectionInitStatementsRequest]

func (*MockConnectionServiceHandler_Expecter) GetConnectionSchema

func (_e *MockConnectionServiceHandler_Expecter) GetConnectionSchema(_a0 interface{}, _a1 interface{}) *MockConnectionServiceHandler_GetConnectionSchema_Call

GetConnectionSchema is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.GetConnectionSchemaRequest]

func (*MockConnectionServiceHandler_Expecter) GetConnections

func (_e *MockConnectionServiceHandler_Expecter) GetConnections(_a0 interface{}, _a1 interface{}) *MockConnectionServiceHandler_GetConnections_Call

GetConnections is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.GetConnectionsRequest]

func (*MockConnectionServiceHandler_Expecter) IsConnectionNameAvailable

func (_e *MockConnectionServiceHandler_Expecter) IsConnectionNameAvailable(_a0 interface{}, _a1 interface{}) *MockConnectionServiceHandler_IsConnectionNameAvailable_Call

IsConnectionNameAvailable is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.IsConnectionNameAvailableRequest]

func (*MockConnectionServiceHandler_Expecter) UpdateConnection

func (_e *MockConnectionServiceHandler_Expecter) UpdateConnection(_a0 interface{}, _a1 interface{}) *MockConnectionServiceHandler_UpdateConnection_Call

UpdateConnection is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.UpdateConnectionRequest]

type MockConnectionServiceHandler_GetConnectionDataStream_Call

type MockConnectionServiceHandler_GetConnectionDataStream_Call struct {
	*mock.Call
}

MockConnectionServiceHandler_GetConnectionDataStream_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetConnectionDataStream'

func (*MockConnectionServiceHandler_GetConnectionDataStream_Call) Return

type MockConnectionServiceHandler_GetConnectionForeignConstraints_Call

type MockConnectionServiceHandler_GetConnectionForeignConstraints_Call struct {
	*mock.Call
}

MockConnectionServiceHandler_GetConnectionForeignConstraints_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetConnectionForeignConstraints'

type MockConnectionServiceHandler_GetConnectionInitStatements_Call

type MockConnectionServiceHandler_GetConnectionInitStatements_Call struct {
	*mock.Call
}

MockConnectionServiceHandler_GetConnectionInitStatements_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetConnectionInitStatements'

type MockConnectionServiceHandler_GetConnectionSchema_Call

type MockConnectionServiceHandler_GetConnectionSchema_Call struct {
	*mock.Call
}

MockConnectionServiceHandler_GetConnectionSchema_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetConnectionSchema'

type MockConnectionServiceHandler_GetConnection_Call

type MockConnectionServiceHandler_GetConnection_Call struct {
	*mock.Call
}

MockConnectionServiceHandler_GetConnection_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetConnection'

type MockConnectionServiceHandler_GetConnections_Call

type MockConnectionServiceHandler_GetConnections_Call struct {
	*mock.Call
}

MockConnectionServiceHandler_GetConnections_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetConnections'

type MockConnectionServiceHandler_IsConnectionNameAvailable_Call

type MockConnectionServiceHandler_IsConnectionNameAvailable_Call struct {
	*mock.Call
}

MockConnectionServiceHandler_IsConnectionNameAvailable_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IsConnectionNameAvailable'

type MockConnectionServiceHandler_UpdateConnection_Call

type MockConnectionServiceHandler_UpdateConnection_Call struct {
	*mock.Call
}

MockConnectionServiceHandler_UpdateConnection_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateConnection'

type MockJobServiceClient

type MockJobServiceClient struct {
	mock.Mock
}

MockJobServiceClient is an autogenerated mock type for the JobServiceClient type

func NewMockJobServiceClient

func NewMockJobServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockJobServiceClient

NewMockJobServiceClient creates a new instance of MockJobServiceClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*MockJobServiceClient) CancelJobRun

CancelJobRun provides a mock function with given fields: _a0, _a1

func (*MockJobServiceClient) CreateJob

CreateJob provides a mock function with given fields: _a0, _a1

func (*MockJobServiceClient) CreateJobDestinationConnections

CreateJobDestinationConnections provides a mock function with given fields: _a0, _a1

func (*MockJobServiceClient) CreateJobRun

CreateJobRun provides a mock function with given fields: _a0, _a1

func (*MockJobServiceClient) DeleteJob

DeleteJob provides a mock function with given fields: _a0, _a1

func (*MockJobServiceClient) DeleteJobDestinationConnection

DeleteJobDestinationConnection provides a mock function with given fields: _a0, _a1

func (*MockJobServiceClient) DeleteJobRun

DeleteJobRun provides a mock function with given fields: _a0, _a1

func (*MockJobServiceClient) EXPECT

func (*MockJobServiceClient) GetJob

GetJob provides a mock function with given fields: _a0, _a1

func (*MockJobServiceClient) GetJobNextRuns

GetJobNextRuns provides a mock function with given fields: _a0, _a1

func (*MockJobServiceClient) GetJobRecentRuns

GetJobRecentRuns provides a mock function with given fields: _a0, _a1

func (*MockJobServiceClient) GetJobRun

GetJobRun provides a mock function with given fields: _a0, _a1

func (*MockJobServiceClient) GetJobRunEvents

GetJobRunEvents provides a mock function with given fields: _a0, _a1

func (*MockJobServiceClient) GetJobRunLogsStream

GetJobRunLogsStream provides a mock function with given fields: _a0, _a1

func (*MockJobServiceClient) GetJobRuns

GetJobRuns provides a mock function with given fields: _a0, _a1

func (*MockJobServiceClient) GetJobStatus

GetJobStatus provides a mock function with given fields: _a0, _a1

func (*MockJobServiceClient) GetJobStatuses

GetJobStatuses provides a mock function with given fields: _a0, _a1

func (*MockJobServiceClient) GetJobs

GetJobs provides a mock function with given fields: _a0, _a1

func (*MockJobServiceClient) IsJobNameAvailable

IsJobNameAvailable provides a mock function with given fields: _a0, _a1

func (*MockJobServiceClient) PauseJob

PauseJob provides a mock function with given fields: _a0, _a1

func (*MockJobServiceClient) SetJobSourceSqlConnectionSubsets

SetJobSourceSqlConnectionSubsets provides a mock function with given fields: _a0, _a1

func (*MockJobServiceClient) SetJobSyncOptions

SetJobSyncOptions provides a mock function with given fields: _a0, _a1

func (*MockJobServiceClient) SetJobWorkflowOptions

SetJobWorkflowOptions provides a mock function with given fields: _a0, _a1

func (*MockJobServiceClient) TerminateJobRun

TerminateJobRun provides a mock function with given fields: _a0, _a1

func (*MockJobServiceClient) UpdateJobDestinationConnection

UpdateJobDestinationConnection provides a mock function with given fields: _a0, _a1

func (*MockJobServiceClient) UpdateJobSchedule

UpdateJobSchedule provides a mock function with given fields: _a0, _a1

func (*MockJobServiceClient) UpdateJobSourceConnection

UpdateJobSourceConnection provides a mock function with given fields: _a0, _a1

func (*MockJobServiceClient) ValidateJobMappings added in v0.4.24

ValidateJobMappings provides a mock function with given fields: _a0, _a1

type MockJobServiceClient_CancelJobRun_Call

type MockJobServiceClient_CancelJobRun_Call struct {
	*mock.Call
}

MockJobServiceClient_CancelJobRun_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CancelJobRun'

func (*MockJobServiceClient_CancelJobRun_Call) Run

type MockJobServiceClient_CreateJobDestinationConnections_Call

type MockJobServiceClient_CreateJobDestinationConnections_Call struct {
	*mock.Call
}

MockJobServiceClient_CreateJobDestinationConnections_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateJobDestinationConnections'

type MockJobServiceClient_CreateJobRun_Call

type MockJobServiceClient_CreateJobRun_Call struct {
	*mock.Call
}

MockJobServiceClient_CreateJobRun_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateJobRun'

func (*MockJobServiceClient_CreateJobRun_Call) Run

type MockJobServiceClient_CreateJob_Call

type MockJobServiceClient_CreateJob_Call struct {
	*mock.Call
}

MockJobServiceClient_CreateJob_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateJob'

func (*MockJobServiceClient_CreateJob_Call) Return

func (*MockJobServiceClient_CreateJob_Call) Run

type MockJobServiceClient_DeleteJobDestinationConnection_Call

type MockJobServiceClient_DeleteJobDestinationConnection_Call struct {
	*mock.Call
}

MockJobServiceClient_DeleteJobDestinationConnection_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteJobDestinationConnection'

type MockJobServiceClient_DeleteJobRun_Call

type MockJobServiceClient_DeleteJobRun_Call struct {
	*mock.Call
}

MockJobServiceClient_DeleteJobRun_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteJobRun'

func (*MockJobServiceClient_DeleteJobRun_Call) Run

type MockJobServiceClient_DeleteJob_Call

type MockJobServiceClient_DeleteJob_Call struct {
	*mock.Call
}

MockJobServiceClient_DeleteJob_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteJob'

func (*MockJobServiceClient_DeleteJob_Call) Return

func (*MockJobServiceClient_DeleteJob_Call) Run

type MockJobServiceClient_Expecter

type MockJobServiceClient_Expecter struct {
	// contains filtered or unexported fields
}

func (*MockJobServiceClient_Expecter) CancelJobRun

func (_e *MockJobServiceClient_Expecter) CancelJobRun(_a0 interface{}, _a1 interface{}) *MockJobServiceClient_CancelJobRun_Call

CancelJobRun is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.CancelJobRunRequest]

func (*MockJobServiceClient_Expecter) CreateJob

func (_e *MockJobServiceClient_Expecter) CreateJob(_a0 interface{}, _a1 interface{}) *MockJobServiceClient_CreateJob_Call

CreateJob is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.CreateJobRequest]

func (*MockJobServiceClient_Expecter) CreateJobDestinationConnections

func (_e *MockJobServiceClient_Expecter) CreateJobDestinationConnections(_a0 interface{}, _a1 interface{}) *MockJobServiceClient_CreateJobDestinationConnections_Call

CreateJobDestinationConnections is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.CreateJobDestinationConnectionsRequest]

func (*MockJobServiceClient_Expecter) CreateJobRun

func (_e *MockJobServiceClient_Expecter) CreateJobRun(_a0 interface{}, _a1 interface{}) *MockJobServiceClient_CreateJobRun_Call

CreateJobRun is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.CreateJobRunRequest]

func (*MockJobServiceClient_Expecter) DeleteJob

func (_e *MockJobServiceClient_Expecter) DeleteJob(_a0 interface{}, _a1 interface{}) *MockJobServiceClient_DeleteJob_Call

DeleteJob is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.DeleteJobRequest]

func (*MockJobServiceClient_Expecter) DeleteJobDestinationConnection

func (_e *MockJobServiceClient_Expecter) DeleteJobDestinationConnection(_a0 interface{}, _a1 interface{}) *MockJobServiceClient_DeleteJobDestinationConnection_Call

DeleteJobDestinationConnection is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.DeleteJobDestinationConnectionRequest]

func (*MockJobServiceClient_Expecter) DeleteJobRun

func (_e *MockJobServiceClient_Expecter) DeleteJobRun(_a0 interface{}, _a1 interface{}) *MockJobServiceClient_DeleteJobRun_Call

DeleteJobRun is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.DeleteJobRunRequest]

func (*MockJobServiceClient_Expecter) GetJob

func (_e *MockJobServiceClient_Expecter) GetJob(_a0 interface{}, _a1 interface{}) *MockJobServiceClient_GetJob_Call

GetJob is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.GetJobRequest]

func (*MockJobServiceClient_Expecter) GetJobNextRuns

func (_e *MockJobServiceClient_Expecter) GetJobNextRuns(_a0 interface{}, _a1 interface{}) *MockJobServiceClient_GetJobNextRuns_Call

GetJobNextRuns is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.GetJobNextRunsRequest]

func (*MockJobServiceClient_Expecter) GetJobRecentRuns

func (_e *MockJobServiceClient_Expecter) GetJobRecentRuns(_a0 interface{}, _a1 interface{}) *MockJobServiceClient_GetJobRecentRuns_Call

GetJobRecentRuns is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.GetJobRecentRunsRequest]

func (*MockJobServiceClient_Expecter) GetJobRun

func (_e *MockJobServiceClient_Expecter) GetJobRun(_a0 interface{}, _a1 interface{}) *MockJobServiceClient_GetJobRun_Call

GetJobRun is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.GetJobRunRequest]

func (*MockJobServiceClient_Expecter) GetJobRunEvents

func (_e *MockJobServiceClient_Expecter) GetJobRunEvents(_a0 interface{}, _a1 interface{}) *MockJobServiceClient_GetJobRunEvents_Call

GetJobRunEvents is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.GetJobRunEventsRequest]

func (*MockJobServiceClient_Expecter) GetJobRunLogsStream

func (_e *MockJobServiceClient_Expecter) GetJobRunLogsStream(_a0 interface{}, _a1 interface{}) *MockJobServiceClient_GetJobRunLogsStream_Call

GetJobRunLogsStream is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.GetJobRunLogsStreamRequest]

func (*MockJobServiceClient_Expecter) GetJobRuns

func (_e *MockJobServiceClient_Expecter) GetJobRuns(_a0 interface{}, _a1 interface{}) *MockJobServiceClient_GetJobRuns_Call

GetJobRuns is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.GetJobRunsRequest]

func (*MockJobServiceClient_Expecter) GetJobStatus

func (_e *MockJobServiceClient_Expecter) GetJobStatus(_a0 interface{}, _a1 interface{}) *MockJobServiceClient_GetJobStatus_Call

GetJobStatus is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.GetJobStatusRequest]

func (*MockJobServiceClient_Expecter) GetJobStatuses

func (_e *MockJobServiceClient_Expecter) GetJobStatuses(_a0 interface{}, _a1 interface{}) *MockJobServiceClient_GetJobStatuses_Call

GetJobStatuses is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.GetJobStatusesRequest]

func (*MockJobServiceClient_Expecter) GetJobs

func (_e *MockJobServiceClient_Expecter) GetJobs(_a0 interface{}, _a1 interface{}) *MockJobServiceClient_GetJobs_Call

GetJobs is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.GetJobsRequest]

func (*MockJobServiceClient_Expecter) IsJobNameAvailable

func (_e *MockJobServiceClient_Expecter) IsJobNameAvailable(_a0 interface{}, _a1 interface{}) *MockJobServiceClient_IsJobNameAvailable_Call

IsJobNameAvailable is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.IsJobNameAvailableRequest]

func (*MockJobServiceClient_Expecter) PauseJob

func (_e *MockJobServiceClient_Expecter) PauseJob(_a0 interface{}, _a1 interface{}) *MockJobServiceClient_PauseJob_Call

PauseJob is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.PauseJobRequest]

func (*MockJobServiceClient_Expecter) SetJobSourceSqlConnectionSubsets

func (_e *MockJobServiceClient_Expecter) SetJobSourceSqlConnectionSubsets(_a0 interface{}, _a1 interface{}) *MockJobServiceClient_SetJobSourceSqlConnectionSubsets_Call

SetJobSourceSqlConnectionSubsets is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.SetJobSourceSqlConnectionSubsetsRequest]

func (*MockJobServiceClient_Expecter) SetJobSyncOptions

func (_e *MockJobServiceClient_Expecter) SetJobSyncOptions(_a0 interface{}, _a1 interface{}) *MockJobServiceClient_SetJobSyncOptions_Call

SetJobSyncOptions is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.SetJobSyncOptionsRequest]

func (*MockJobServiceClient_Expecter) SetJobWorkflowOptions

func (_e *MockJobServiceClient_Expecter) SetJobWorkflowOptions(_a0 interface{}, _a1 interface{}) *MockJobServiceClient_SetJobWorkflowOptions_Call

SetJobWorkflowOptions is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.SetJobWorkflowOptionsRequest]

func (*MockJobServiceClient_Expecter) TerminateJobRun

func (_e *MockJobServiceClient_Expecter) TerminateJobRun(_a0 interface{}, _a1 interface{}) *MockJobServiceClient_TerminateJobRun_Call

TerminateJobRun is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.TerminateJobRunRequest]

func (*MockJobServiceClient_Expecter) UpdateJobDestinationConnection

func (_e *MockJobServiceClient_Expecter) UpdateJobDestinationConnection(_a0 interface{}, _a1 interface{}) *MockJobServiceClient_UpdateJobDestinationConnection_Call

UpdateJobDestinationConnection is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.UpdateJobDestinationConnectionRequest]

func (*MockJobServiceClient_Expecter) UpdateJobSchedule

func (_e *MockJobServiceClient_Expecter) UpdateJobSchedule(_a0 interface{}, _a1 interface{}) *MockJobServiceClient_UpdateJobSchedule_Call

UpdateJobSchedule is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.UpdateJobScheduleRequest]

func (*MockJobServiceClient_Expecter) UpdateJobSourceConnection

func (_e *MockJobServiceClient_Expecter) UpdateJobSourceConnection(_a0 interface{}, _a1 interface{}) *MockJobServiceClient_UpdateJobSourceConnection_Call

UpdateJobSourceConnection is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.UpdateJobSourceConnectionRequest]

func (*MockJobServiceClient_Expecter) ValidateJobMappings added in v0.4.24

func (_e *MockJobServiceClient_Expecter) ValidateJobMappings(_a0 interface{}, _a1 interface{}) *MockJobServiceClient_ValidateJobMappings_Call

ValidateJobMappings is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.ValidateJobMappingsRequest]

type MockJobServiceClient_GetJobNextRuns_Call

type MockJobServiceClient_GetJobNextRuns_Call struct {
	*mock.Call
}

MockJobServiceClient_GetJobNextRuns_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetJobNextRuns'

func (*MockJobServiceClient_GetJobNextRuns_Call) Run

type MockJobServiceClient_GetJobRecentRuns_Call

type MockJobServiceClient_GetJobRecentRuns_Call struct {
	*mock.Call
}

MockJobServiceClient_GetJobRecentRuns_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetJobRecentRuns'

type MockJobServiceClient_GetJobRunEvents_Call

type MockJobServiceClient_GetJobRunEvents_Call struct {
	*mock.Call
}

MockJobServiceClient_GetJobRunEvents_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetJobRunEvents'

type MockJobServiceClient_GetJobRunLogsStream_Call

type MockJobServiceClient_GetJobRunLogsStream_Call struct {
	*mock.Call
}

MockJobServiceClient_GetJobRunLogsStream_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetJobRunLogsStream'

type MockJobServiceClient_GetJobRun_Call

type MockJobServiceClient_GetJobRun_Call struct {
	*mock.Call
}

MockJobServiceClient_GetJobRun_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetJobRun'

func (*MockJobServiceClient_GetJobRun_Call) Return

func (*MockJobServiceClient_GetJobRun_Call) Run

type MockJobServiceClient_GetJobRuns_Call

type MockJobServiceClient_GetJobRuns_Call struct {
	*mock.Call
}

MockJobServiceClient_GetJobRuns_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetJobRuns'

func (*MockJobServiceClient_GetJobRuns_Call) Run

type MockJobServiceClient_GetJobStatus_Call

type MockJobServiceClient_GetJobStatus_Call struct {
	*mock.Call
}

MockJobServiceClient_GetJobStatus_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetJobStatus'

func (*MockJobServiceClient_GetJobStatus_Call) Run

type MockJobServiceClient_GetJobStatuses_Call

type MockJobServiceClient_GetJobStatuses_Call struct {
	*mock.Call
}

MockJobServiceClient_GetJobStatuses_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetJobStatuses'

func (*MockJobServiceClient_GetJobStatuses_Call) Run

type MockJobServiceClient_GetJob_Call

type MockJobServiceClient_GetJob_Call struct {
	*mock.Call
}

MockJobServiceClient_GetJob_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetJob'

func (*MockJobServiceClient_GetJob_Call) Return

func (*MockJobServiceClient_GetJob_Call) Run

type MockJobServiceClient_GetJobs_Call

type MockJobServiceClient_GetJobs_Call struct {
	*mock.Call
}

MockJobServiceClient_GetJobs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetJobs'

func (*MockJobServiceClient_GetJobs_Call) Return

func (*MockJobServiceClient_GetJobs_Call) Run

type MockJobServiceClient_IsJobNameAvailable_Call

type MockJobServiceClient_IsJobNameAvailable_Call struct {
	*mock.Call
}

MockJobServiceClient_IsJobNameAvailable_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IsJobNameAvailable'

type MockJobServiceClient_PauseJob_Call

type MockJobServiceClient_PauseJob_Call struct {
	*mock.Call
}

MockJobServiceClient_PauseJob_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PauseJob'

func (*MockJobServiceClient_PauseJob_Call) Return

func (*MockJobServiceClient_PauseJob_Call) Run

type MockJobServiceClient_SetJobSourceSqlConnectionSubsets_Call

type MockJobServiceClient_SetJobSourceSqlConnectionSubsets_Call struct {
	*mock.Call
}

MockJobServiceClient_SetJobSourceSqlConnectionSubsets_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetJobSourceSqlConnectionSubsets'

type MockJobServiceClient_SetJobSyncOptions_Call

type MockJobServiceClient_SetJobSyncOptions_Call struct {
	*mock.Call
}

MockJobServiceClient_SetJobSyncOptions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetJobSyncOptions'

type MockJobServiceClient_SetJobWorkflowOptions_Call

type MockJobServiceClient_SetJobWorkflowOptions_Call struct {
	*mock.Call
}

MockJobServiceClient_SetJobWorkflowOptions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetJobWorkflowOptions'

type MockJobServiceClient_TerminateJobRun_Call

type MockJobServiceClient_TerminateJobRun_Call struct {
	*mock.Call
}

MockJobServiceClient_TerminateJobRun_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TerminateJobRun'

type MockJobServiceClient_UpdateJobDestinationConnection_Call

type MockJobServiceClient_UpdateJobDestinationConnection_Call struct {
	*mock.Call
}

MockJobServiceClient_UpdateJobDestinationConnection_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateJobDestinationConnection'

type MockJobServiceClient_UpdateJobSchedule_Call

type MockJobServiceClient_UpdateJobSchedule_Call struct {
	*mock.Call
}

MockJobServiceClient_UpdateJobSchedule_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateJobSchedule'

type MockJobServiceClient_UpdateJobSourceConnection_Call

type MockJobServiceClient_UpdateJobSourceConnection_Call struct {
	*mock.Call
}

MockJobServiceClient_UpdateJobSourceConnection_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateJobSourceConnection'

type MockJobServiceClient_ValidateJobMappings_Call added in v0.4.24

type MockJobServiceClient_ValidateJobMappings_Call struct {
	*mock.Call
}

MockJobServiceClient_ValidateJobMappings_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ValidateJobMappings'

func (*MockJobServiceClient_ValidateJobMappings_Call) Return added in v0.4.24

func (*MockJobServiceClient_ValidateJobMappings_Call) Run added in v0.4.24

type MockJobServiceHandler

type MockJobServiceHandler struct {
	mock.Mock
}

MockJobServiceHandler is an autogenerated mock type for the JobServiceHandler type

func NewMockJobServiceHandler

func NewMockJobServiceHandler(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockJobServiceHandler

NewMockJobServiceHandler creates a new instance of MockJobServiceHandler. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*MockJobServiceHandler) CancelJobRun

CancelJobRun provides a mock function with given fields: _a0, _a1

func (*MockJobServiceHandler) CreateJob

CreateJob provides a mock function with given fields: _a0, _a1

func (*MockJobServiceHandler) CreateJobDestinationConnections

CreateJobDestinationConnections provides a mock function with given fields: _a0, _a1

func (*MockJobServiceHandler) CreateJobRun

CreateJobRun provides a mock function with given fields: _a0, _a1

func (*MockJobServiceHandler) DeleteJob

DeleteJob provides a mock function with given fields: _a0, _a1

func (*MockJobServiceHandler) DeleteJobDestinationConnection

DeleteJobDestinationConnection provides a mock function with given fields: _a0, _a1

func (*MockJobServiceHandler) DeleteJobRun

DeleteJobRun provides a mock function with given fields: _a0, _a1

func (*MockJobServiceHandler) EXPECT

func (*MockJobServiceHandler) GetJob

GetJob provides a mock function with given fields: _a0, _a1

func (*MockJobServiceHandler) GetJobNextRuns

GetJobNextRuns provides a mock function with given fields: _a0, _a1

func (*MockJobServiceHandler) GetJobRecentRuns

GetJobRecentRuns provides a mock function with given fields: _a0, _a1

func (*MockJobServiceHandler) GetJobRun

GetJobRun provides a mock function with given fields: _a0, _a1

func (*MockJobServiceHandler) GetJobRunEvents

GetJobRunEvents provides a mock function with given fields: _a0, _a1

func (*MockJobServiceHandler) GetJobRunLogsStream

GetJobRunLogsStream provides a mock function with given fields: _a0, _a1, _a2

func (*MockJobServiceHandler) GetJobRuns

GetJobRuns provides a mock function with given fields: _a0, _a1

func (*MockJobServiceHandler) GetJobStatus

GetJobStatus provides a mock function with given fields: _a0, _a1

func (*MockJobServiceHandler) GetJobStatuses

GetJobStatuses provides a mock function with given fields: _a0, _a1

func (*MockJobServiceHandler) GetJobs

GetJobs provides a mock function with given fields: _a0, _a1

func (*MockJobServiceHandler) IsJobNameAvailable

IsJobNameAvailable provides a mock function with given fields: _a0, _a1

func (*MockJobServiceHandler) PauseJob

PauseJob provides a mock function with given fields: _a0, _a1

func (*MockJobServiceHandler) SetJobSourceSqlConnectionSubsets

SetJobSourceSqlConnectionSubsets provides a mock function with given fields: _a0, _a1

func (*MockJobServiceHandler) SetJobSyncOptions

SetJobSyncOptions provides a mock function with given fields: _a0, _a1

func (*MockJobServiceHandler) SetJobWorkflowOptions

SetJobWorkflowOptions provides a mock function with given fields: _a0, _a1

func (*MockJobServiceHandler) TerminateJobRun

TerminateJobRun provides a mock function with given fields: _a0, _a1

func (*MockJobServiceHandler) UpdateJobDestinationConnection

UpdateJobDestinationConnection provides a mock function with given fields: _a0, _a1

func (*MockJobServiceHandler) UpdateJobSchedule

UpdateJobSchedule provides a mock function with given fields: _a0, _a1

func (*MockJobServiceHandler) UpdateJobSourceConnection

UpdateJobSourceConnection provides a mock function with given fields: _a0, _a1

func (*MockJobServiceHandler) ValidateJobMappings added in v0.4.24

ValidateJobMappings provides a mock function with given fields: _a0, _a1

type MockJobServiceHandler_CancelJobRun_Call

type MockJobServiceHandler_CancelJobRun_Call struct {
	*mock.Call
}

MockJobServiceHandler_CancelJobRun_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CancelJobRun'

func (*MockJobServiceHandler_CancelJobRun_Call) Run

type MockJobServiceHandler_CreateJobDestinationConnections_Call

type MockJobServiceHandler_CreateJobDestinationConnections_Call struct {
	*mock.Call
}

MockJobServiceHandler_CreateJobDestinationConnections_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateJobDestinationConnections'

type MockJobServiceHandler_CreateJobRun_Call

type MockJobServiceHandler_CreateJobRun_Call struct {
	*mock.Call
}

MockJobServiceHandler_CreateJobRun_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateJobRun'

func (*MockJobServiceHandler_CreateJobRun_Call) Run

type MockJobServiceHandler_CreateJob_Call

type MockJobServiceHandler_CreateJob_Call struct {
	*mock.Call
}

MockJobServiceHandler_CreateJob_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateJob'

func (*MockJobServiceHandler_CreateJob_Call) Return

func (*MockJobServiceHandler_CreateJob_Call) Run

type MockJobServiceHandler_DeleteJobDestinationConnection_Call

type MockJobServiceHandler_DeleteJobDestinationConnection_Call struct {
	*mock.Call
}

MockJobServiceHandler_DeleteJobDestinationConnection_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteJobDestinationConnection'

type MockJobServiceHandler_DeleteJobRun_Call

type MockJobServiceHandler_DeleteJobRun_Call struct {
	*mock.Call
}

MockJobServiceHandler_DeleteJobRun_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteJobRun'

func (*MockJobServiceHandler_DeleteJobRun_Call) Run

type MockJobServiceHandler_DeleteJob_Call

type MockJobServiceHandler_DeleteJob_Call struct {
	*mock.Call
}

MockJobServiceHandler_DeleteJob_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteJob'

func (*MockJobServiceHandler_DeleteJob_Call) Return

func (*MockJobServiceHandler_DeleteJob_Call) Run

type MockJobServiceHandler_Expecter

type MockJobServiceHandler_Expecter struct {
	// contains filtered or unexported fields
}

func (*MockJobServiceHandler_Expecter) CancelJobRun

func (_e *MockJobServiceHandler_Expecter) CancelJobRun(_a0 interface{}, _a1 interface{}) *MockJobServiceHandler_CancelJobRun_Call

CancelJobRun is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.CancelJobRunRequest]

func (*MockJobServiceHandler_Expecter) CreateJob

func (_e *MockJobServiceHandler_Expecter) CreateJob(_a0 interface{}, _a1 interface{}) *MockJobServiceHandler_CreateJob_Call

CreateJob is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.CreateJobRequest]

func (*MockJobServiceHandler_Expecter) CreateJobDestinationConnections

func (_e *MockJobServiceHandler_Expecter) CreateJobDestinationConnections(_a0 interface{}, _a1 interface{}) *MockJobServiceHandler_CreateJobDestinationConnections_Call

CreateJobDestinationConnections is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.CreateJobDestinationConnectionsRequest]

func (*MockJobServiceHandler_Expecter) CreateJobRun

func (_e *MockJobServiceHandler_Expecter) CreateJobRun(_a0 interface{}, _a1 interface{}) *MockJobServiceHandler_CreateJobRun_Call

CreateJobRun is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.CreateJobRunRequest]

func (*MockJobServiceHandler_Expecter) DeleteJob

func (_e *MockJobServiceHandler_Expecter) DeleteJob(_a0 interface{}, _a1 interface{}) *MockJobServiceHandler_DeleteJob_Call

DeleteJob is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.DeleteJobRequest]

func (*MockJobServiceHandler_Expecter) DeleteJobDestinationConnection

func (_e *MockJobServiceHandler_Expecter) DeleteJobDestinationConnection(_a0 interface{}, _a1 interface{}) *MockJobServiceHandler_DeleteJobDestinationConnection_Call

DeleteJobDestinationConnection is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.DeleteJobDestinationConnectionRequest]

func (*MockJobServiceHandler_Expecter) DeleteJobRun

func (_e *MockJobServiceHandler_Expecter) DeleteJobRun(_a0 interface{}, _a1 interface{}) *MockJobServiceHandler_DeleteJobRun_Call

DeleteJobRun is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.DeleteJobRunRequest]

func (*MockJobServiceHandler_Expecter) GetJob

func (_e *MockJobServiceHandler_Expecter) GetJob(_a0 interface{}, _a1 interface{}) *MockJobServiceHandler_GetJob_Call

GetJob is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.GetJobRequest]

func (*MockJobServiceHandler_Expecter) GetJobNextRuns

func (_e *MockJobServiceHandler_Expecter) GetJobNextRuns(_a0 interface{}, _a1 interface{}) *MockJobServiceHandler_GetJobNextRuns_Call

GetJobNextRuns is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.GetJobNextRunsRequest]

func (*MockJobServiceHandler_Expecter) GetJobRecentRuns

func (_e *MockJobServiceHandler_Expecter) GetJobRecentRuns(_a0 interface{}, _a1 interface{}) *MockJobServiceHandler_GetJobRecentRuns_Call

GetJobRecentRuns is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.GetJobRecentRunsRequest]

func (*MockJobServiceHandler_Expecter) GetJobRun

func (_e *MockJobServiceHandler_Expecter) GetJobRun(_a0 interface{}, _a1 interface{}) *MockJobServiceHandler_GetJobRun_Call

GetJobRun is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.GetJobRunRequest]

func (*MockJobServiceHandler_Expecter) GetJobRunEvents

func (_e *MockJobServiceHandler_Expecter) GetJobRunEvents(_a0 interface{}, _a1 interface{}) *MockJobServiceHandler_GetJobRunEvents_Call

GetJobRunEvents is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.GetJobRunEventsRequest]

func (*MockJobServiceHandler_Expecter) GetJobRunLogsStream

func (_e *MockJobServiceHandler_Expecter) GetJobRunLogsStream(_a0 interface{}, _a1 interface{}, _a2 interface{}) *MockJobServiceHandler_GetJobRunLogsStream_Call

GetJobRunLogsStream is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.GetJobRunLogsStreamRequest]
  • _a2 *connect.ServerStream[mgmtv1alpha1.GetJobRunLogsStreamResponse]

func (*MockJobServiceHandler_Expecter) GetJobRuns

func (_e *MockJobServiceHandler_Expecter) GetJobRuns(_a0 interface{}, _a1 interface{}) *MockJobServiceHandler_GetJobRuns_Call

GetJobRuns is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.GetJobRunsRequest]

func (*MockJobServiceHandler_Expecter) GetJobStatus

func (_e *MockJobServiceHandler_Expecter) GetJobStatus(_a0 interface{}, _a1 interface{}) *MockJobServiceHandler_GetJobStatus_Call

GetJobStatus is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.GetJobStatusRequest]

func (*MockJobServiceHandler_Expecter) GetJobStatuses

func (_e *MockJobServiceHandler_Expecter) GetJobStatuses(_a0 interface{}, _a1 interface{}) *MockJobServiceHandler_GetJobStatuses_Call

GetJobStatuses is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.GetJobStatusesRequest]

func (*MockJobServiceHandler_Expecter) GetJobs

func (_e *MockJobServiceHandler_Expecter) GetJobs(_a0 interface{}, _a1 interface{}) *MockJobServiceHandler_GetJobs_Call

GetJobs is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.GetJobsRequest]

func (*MockJobServiceHandler_Expecter) IsJobNameAvailable

func (_e *MockJobServiceHandler_Expecter) IsJobNameAvailable(_a0 interface{}, _a1 interface{}) *MockJobServiceHandler_IsJobNameAvailable_Call

IsJobNameAvailable is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.IsJobNameAvailableRequest]

func (*MockJobServiceHandler_Expecter) PauseJob

func (_e *MockJobServiceHandler_Expecter) PauseJob(_a0 interface{}, _a1 interface{}) *MockJobServiceHandler_PauseJob_Call

PauseJob is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.PauseJobRequest]

func (*MockJobServiceHandler_Expecter) SetJobSourceSqlConnectionSubsets

func (_e *MockJobServiceHandler_Expecter) SetJobSourceSqlConnectionSubsets(_a0 interface{}, _a1 interface{}) *MockJobServiceHandler_SetJobSourceSqlConnectionSubsets_Call

SetJobSourceSqlConnectionSubsets is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.SetJobSourceSqlConnectionSubsetsRequest]

func (*MockJobServiceHandler_Expecter) SetJobSyncOptions

func (_e *MockJobServiceHandler_Expecter) SetJobSyncOptions(_a0 interface{}, _a1 interface{}) *MockJobServiceHandler_SetJobSyncOptions_Call

SetJobSyncOptions is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.SetJobSyncOptionsRequest]

func (*MockJobServiceHandler_Expecter) SetJobWorkflowOptions

func (_e *MockJobServiceHandler_Expecter) SetJobWorkflowOptions(_a0 interface{}, _a1 interface{}) *MockJobServiceHandler_SetJobWorkflowOptions_Call

SetJobWorkflowOptions is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.SetJobWorkflowOptionsRequest]

func (*MockJobServiceHandler_Expecter) TerminateJobRun

func (_e *MockJobServiceHandler_Expecter) TerminateJobRun(_a0 interface{}, _a1 interface{}) *MockJobServiceHandler_TerminateJobRun_Call

TerminateJobRun is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.TerminateJobRunRequest]

func (*MockJobServiceHandler_Expecter) UpdateJobDestinationConnection

func (_e *MockJobServiceHandler_Expecter) UpdateJobDestinationConnection(_a0 interface{}, _a1 interface{}) *MockJobServiceHandler_UpdateJobDestinationConnection_Call

UpdateJobDestinationConnection is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.UpdateJobDestinationConnectionRequest]

func (*MockJobServiceHandler_Expecter) UpdateJobSchedule

func (_e *MockJobServiceHandler_Expecter) UpdateJobSchedule(_a0 interface{}, _a1 interface{}) *MockJobServiceHandler_UpdateJobSchedule_Call

UpdateJobSchedule is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.UpdateJobScheduleRequest]

func (*MockJobServiceHandler_Expecter) UpdateJobSourceConnection

func (_e *MockJobServiceHandler_Expecter) UpdateJobSourceConnection(_a0 interface{}, _a1 interface{}) *MockJobServiceHandler_UpdateJobSourceConnection_Call

UpdateJobSourceConnection is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.UpdateJobSourceConnectionRequest]

func (*MockJobServiceHandler_Expecter) ValidateJobMappings added in v0.4.24

func (_e *MockJobServiceHandler_Expecter) ValidateJobMappings(_a0 interface{}, _a1 interface{}) *MockJobServiceHandler_ValidateJobMappings_Call

ValidateJobMappings is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.ValidateJobMappingsRequest]

type MockJobServiceHandler_GetJobNextRuns_Call

type MockJobServiceHandler_GetJobNextRuns_Call struct {
	*mock.Call
}

MockJobServiceHandler_GetJobNextRuns_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetJobNextRuns'

func (*MockJobServiceHandler_GetJobNextRuns_Call) Run

type MockJobServiceHandler_GetJobRecentRuns_Call

type MockJobServiceHandler_GetJobRecentRuns_Call struct {
	*mock.Call
}

MockJobServiceHandler_GetJobRecentRuns_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetJobRecentRuns'

type MockJobServiceHandler_GetJobRunEvents_Call

type MockJobServiceHandler_GetJobRunEvents_Call struct {
	*mock.Call
}

MockJobServiceHandler_GetJobRunEvents_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetJobRunEvents'

type MockJobServiceHandler_GetJobRunLogsStream_Call

type MockJobServiceHandler_GetJobRunLogsStream_Call struct {
	*mock.Call
}

MockJobServiceHandler_GetJobRunLogsStream_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetJobRunLogsStream'

func (*MockJobServiceHandler_GetJobRunLogsStream_Call) Return

type MockJobServiceHandler_GetJobRun_Call

type MockJobServiceHandler_GetJobRun_Call struct {
	*mock.Call
}

MockJobServiceHandler_GetJobRun_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetJobRun'

func (*MockJobServiceHandler_GetJobRun_Call) Return

func (*MockJobServiceHandler_GetJobRun_Call) Run

type MockJobServiceHandler_GetJobRuns_Call

type MockJobServiceHandler_GetJobRuns_Call struct {
	*mock.Call
}

MockJobServiceHandler_GetJobRuns_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetJobRuns'

func (*MockJobServiceHandler_GetJobRuns_Call) Run

type MockJobServiceHandler_GetJobStatus_Call

type MockJobServiceHandler_GetJobStatus_Call struct {
	*mock.Call
}

MockJobServiceHandler_GetJobStatus_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetJobStatus'

func (*MockJobServiceHandler_GetJobStatus_Call) Run

type MockJobServiceHandler_GetJobStatuses_Call

type MockJobServiceHandler_GetJobStatuses_Call struct {
	*mock.Call
}

MockJobServiceHandler_GetJobStatuses_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetJobStatuses'

func (*MockJobServiceHandler_GetJobStatuses_Call) Run

type MockJobServiceHandler_GetJob_Call

type MockJobServiceHandler_GetJob_Call struct {
	*mock.Call
}

MockJobServiceHandler_GetJob_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetJob'

func (*MockJobServiceHandler_GetJob_Call) Return

func (*MockJobServiceHandler_GetJob_Call) Run

type MockJobServiceHandler_GetJobs_Call

type MockJobServiceHandler_GetJobs_Call struct {
	*mock.Call
}

MockJobServiceHandler_GetJobs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetJobs'

func (*MockJobServiceHandler_GetJobs_Call) Return

func (*MockJobServiceHandler_GetJobs_Call) Run

type MockJobServiceHandler_IsJobNameAvailable_Call

type MockJobServiceHandler_IsJobNameAvailable_Call struct {
	*mock.Call
}

MockJobServiceHandler_IsJobNameAvailable_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IsJobNameAvailable'

type MockJobServiceHandler_PauseJob_Call

type MockJobServiceHandler_PauseJob_Call struct {
	*mock.Call
}

MockJobServiceHandler_PauseJob_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PauseJob'

func (*MockJobServiceHandler_PauseJob_Call) Return

func (*MockJobServiceHandler_PauseJob_Call) Run

type MockJobServiceHandler_SetJobSourceSqlConnectionSubsets_Call

type MockJobServiceHandler_SetJobSourceSqlConnectionSubsets_Call struct {
	*mock.Call
}

MockJobServiceHandler_SetJobSourceSqlConnectionSubsets_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetJobSourceSqlConnectionSubsets'

type MockJobServiceHandler_SetJobSyncOptions_Call

type MockJobServiceHandler_SetJobSyncOptions_Call struct {
	*mock.Call
}

MockJobServiceHandler_SetJobSyncOptions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetJobSyncOptions'

type MockJobServiceHandler_SetJobWorkflowOptions_Call

type MockJobServiceHandler_SetJobWorkflowOptions_Call struct {
	*mock.Call
}

MockJobServiceHandler_SetJobWorkflowOptions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetJobWorkflowOptions'

type MockJobServiceHandler_TerminateJobRun_Call

type MockJobServiceHandler_TerminateJobRun_Call struct {
	*mock.Call
}

MockJobServiceHandler_TerminateJobRun_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TerminateJobRun'

type MockJobServiceHandler_UpdateJobDestinationConnection_Call

type MockJobServiceHandler_UpdateJobDestinationConnection_Call struct {
	*mock.Call
}

MockJobServiceHandler_UpdateJobDestinationConnection_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateJobDestinationConnection'

type MockJobServiceHandler_UpdateJobSchedule_Call

type MockJobServiceHandler_UpdateJobSchedule_Call struct {
	*mock.Call
}

MockJobServiceHandler_UpdateJobSchedule_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateJobSchedule'

type MockJobServiceHandler_UpdateJobSourceConnection_Call

type MockJobServiceHandler_UpdateJobSourceConnection_Call struct {
	*mock.Call
}

MockJobServiceHandler_UpdateJobSourceConnection_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateJobSourceConnection'

type MockJobServiceHandler_ValidateJobMappings_Call added in v0.4.24

type MockJobServiceHandler_ValidateJobMappings_Call struct {
	*mock.Call
}

MockJobServiceHandler_ValidateJobMappings_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ValidateJobMappings'

func (*MockJobServiceHandler_ValidateJobMappings_Call) Return added in v0.4.24

func (*MockJobServiceHandler_ValidateJobMappings_Call) Run added in v0.4.24

type MockTransformersServiceClient

type MockTransformersServiceClient struct {
	mock.Mock
}

MockTransformersServiceClient is an autogenerated mock type for the TransformersServiceClient type

func NewMockTransformersServiceClient

func NewMockTransformersServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockTransformersServiceClient

NewMockTransformersServiceClient creates a new instance of MockTransformersServiceClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*MockTransformersServiceClient) CreateUserDefinedTransformer

CreateUserDefinedTransformer provides a mock function with given fields: _a0, _a1

func (*MockTransformersServiceClient) DeleteUserDefinedTransformer

DeleteUserDefinedTransformer provides a mock function with given fields: _a0, _a1

func (*MockTransformersServiceClient) EXPECT

func (*MockTransformersServiceClient) GetSystemTransformerBySource

GetSystemTransformerBySource provides a mock function with given fields: _a0, _a1

func (*MockTransformersServiceClient) GetSystemTransformers

GetSystemTransformers provides a mock function with given fields: _a0, _a1

func (*MockTransformersServiceClient) GetUserDefinedTransformerById

GetUserDefinedTransformerById provides a mock function with given fields: _a0, _a1

func (*MockTransformersServiceClient) GetUserDefinedTransformers

GetUserDefinedTransformers provides a mock function with given fields: _a0, _a1

func (*MockTransformersServiceClient) IsTransformerNameAvailable

IsTransformerNameAvailable provides a mock function with given fields: _a0, _a1

func (*MockTransformersServiceClient) UpdateUserDefinedTransformer

UpdateUserDefinedTransformer provides a mock function with given fields: _a0, _a1

func (*MockTransformersServiceClient) ValidateUserJavascriptCode

ValidateUserJavascriptCode provides a mock function with given fields: _a0, _a1

func (*MockTransformersServiceClient) ValidateUserRegexCode

ValidateUserRegexCode provides a mock function with given fields: _a0, _a1

type MockTransformersServiceClient_CreateUserDefinedTransformer_Call

type MockTransformersServiceClient_CreateUserDefinedTransformer_Call struct {
	*mock.Call
}

MockTransformersServiceClient_CreateUserDefinedTransformer_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateUserDefinedTransformer'

type MockTransformersServiceClient_DeleteUserDefinedTransformer_Call

type MockTransformersServiceClient_DeleteUserDefinedTransformer_Call struct {
	*mock.Call
}

MockTransformersServiceClient_DeleteUserDefinedTransformer_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteUserDefinedTransformer'

type MockTransformersServiceClient_Expecter

type MockTransformersServiceClient_Expecter struct {
	// contains filtered or unexported fields
}

func (*MockTransformersServiceClient_Expecter) CreateUserDefinedTransformer

func (_e *MockTransformersServiceClient_Expecter) CreateUserDefinedTransformer(_a0 interface{}, _a1 interface{}) *MockTransformersServiceClient_CreateUserDefinedTransformer_Call

CreateUserDefinedTransformer is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.CreateUserDefinedTransformerRequest]

func (*MockTransformersServiceClient_Expecter) DeleteUserDefinedTransformer

func (_e *MockTransformersServiceClient_Expecter) DeleteUserDefinedTransformer(_a0 interface{}, _a1 interface{}) *MockTransformersServiceClient_DeleteUserDefinedTransformer_Call

DeleteUserDefinedTransformer is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.DeleteUserDefinedTransformerRequest]

func (*MockTransformersServiceClient_Expecter) GetSystemTransformerBySource

func (_e *MockTransformersServiceClient_Expecter) GetSystemTransformerBySource(_a0 interface{}, _a1 interface{}) *MockTransformersServiceClient_GetSystemTransformerBySource_Call

GetSystemTransformerBySource is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.GetSystemTransformerBySourceRequest]

func (*MockTransformersServiceClient_Expecter) GetSystemTransformers

func (_e *MockTransformersServiceClient_Expecter) GetSystemTransformers(_a0 interface{}, _a1 interface{}) *MockTransformersServiceClient_GetSystemTransformers_Call

GetSystemTransformers is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.GetSystemTransformersRequest]

func (*MockTransformersServiceClient_Expecter) GetUserDefinedTransformerById

func (_e *MockTransformersServiceClient_Expecter) GetUserDefinedTransformerById(_a0 interface{}, _a1 interface{}) *MockTransformersServiceClient_GetUserDefinedTransformerById_Call

GetUserDefinedTransformerById is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.GetUserDefinedTransformerByIdRequest]

func (*MockTransformersServiceClient_Expecter) GetUserDefinedTransformers

func (_e *MockTransformersServiceClient_Expecter) GetUserDefinedTransformers(_a0 interface{}, _a1 interface{}) *MockTransformersServiceClient_GetUserDefinedTransformers_Call

GetUserDefinedTransformers is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.GetUserDefinedTransformersRequest]

func (*MockTransformersServiceClient_Expecter) IsTransformerNameAvailable

func (_e *MockTransformersServiceClient_Expecter) IsTransformerNameAvailable(_a0 interface{}, _a1 interface{}) *MockTransformersServiceClient_IsTransformerNameAvailable_Call

IsTransformerNameAvailable is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.IsTransformerNameAvailableRequest]

func (*MockTransformersServiceClient_Expecter) UpdateUserDefinedTransformer

func (_e *MockTransformersServiceClient_Expecter) UpdateUserDefinedTransformer(_a0 interface{}, _a1 interface{}) *MockTransformersServiceClient_UpdateUserDefinedTransformer_Call

UpdateUserDefinedTransformer is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.UpdateUserDefinedTransformerRequest]

func (*MockTransformersServiceClient_Expecter) ValidateUserJavascriptCode

func (_e *MockTransformersServiceClient_Expecter) ValidateUserJavascriptCode(_a0 interface{}, _a1 interface{}) *MockTransformersServiceClient_ValidateUserJavascriptCode_Call

ValidateUserJavascriptCode is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.ValidateUserJavascriptCodeRequest]

func (*MockTransformersServiceClient_Expecter) ValidateUserRegexCode

func (_e *MockTransformersServiceClient_Expecter) ValidateUserRegexCode(_a0 interface{}, _a1 interface{}) *MockTransformersServiceClient_ValidateUserRegexCode_Call

ValidateUserRegexCode is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.ValidateUserRegexCodeRequest]

type MockTransformersServiceClient_GetSystemTransformerBySource_Call

type MockTransformersServiceClient_GetSystemTransformerBySource_Call struct {
	*mock.Call
}

MockTransformersServiceClient_GetSystemTransformerBySource_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetSystemTransformerBySource'

type MockTransformersServiceClient_GetSystemTransformers_Call

type MockTransformersServiceClient_GetSystemTransformers_Call struct {
	*mock.Call
}

MockTransformersServiceClient_GetSystemTransformers_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetSystemTransformers'

type MockTransformersServiceClient_GetUserDefinedTransformerById_Call

type MockTransformersServiceClient_GetUserDefinedTransformerById_Call struct {
	*mock.Call
}

MockTransformersServiceClient_GetUserDefinedTransformerById_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetUserDefinedTransformerById'

type MockTransformersServiceClient_GetUserDefinedTransformers_Call

type MockTransformersServiceClient_GetUserDefinedTransformers_Call struct {
	*mock.Call
}

MockTransformersServiceClient_GetUserDefinedTransformers_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetUserDefinedTransformers'

type MockTransformersServiceClient_IsTransformerNameAvailable_Call

type MockTransformersServiceClient_IsTransformerNameAvailable_Call struct {
	*mock.Call
}

MockTransformersServiceClient_IsTransformerNameAvailable_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IsTransformerNameAvailable'

type MockTransformersServiceClient_UpdateUserDefinedTransformer_Call

type MockTransformersServiceClient_UpdateUserDefinedTransformer_Call struct {
	*mock.Call
}

MockTransformersServiceClient_UpdateUserDefinedTransformer_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateUserDefinedTransformer'

type MockTransformersServiceClient_ValidateUserJavascriptCode_Call

type MockTransformersServiceClient_ValidateUserJavascriptCode_Call struct {
	*mock.Call
}

MockTransformersServiceClient_ValidateUserJavascriptCode_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ValidateUserJavascriptCode'

type MockTransformersServiceClient_ValidateUserRegexCode_Call

type MockTransformersServiceClient_ValidateUserRegexCode_Call struct {
	*mock.Call
}

MockTransformersServiceClient_ValidateUserRegexCode_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ValidateUserRegexCode'

type MockUserAccountServiceClient

type MockUserAccountServiceClient struct {
	mock.Mock
}

MockUserAccountServiceClient is an autogenerated mock type for the UserAccountServiceClient type

func NewMockUserAccountServiceClient

func NewMockUserAccountServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockUserAccountServiceClient

NewMockUserAccountServiceClient creates a new instance of MockUserAccountServiceClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*MockUserAccountServiceClient) AcceptTeamAccountInvite

AcceptTeamAccountInvite provides a mock function with given fields: _a0, _a1

func (*MockUserAccountServiceClient) ConvertPersonalToTeamAccount

ConvertPersonalToTeamAccount provides a mock function with given fields: _a0, _a1

func (*MockUserAccountServiceClient) CreateTeamAccount

CreateTeamAccount provides a mock function with given fields: _a0, _a1

func (*MockUserAccountServiceClient) EXPECT

func (*MockUserAccountServiceClient) GetAccountOnboardingConfig

GetAccountOnboardingConfig provides a mock function with given fields: _a0, _a1

func (*MockUserAccountServiceClient) GetAccountTemporalConfig

GetAccountTemporalConfig provides a mock function with given fields: _a0, _a1

func (*MockUserAccountServiceClient) GetSystemInformation

GetSystemInformation provides a mock function with given fields: _a0, _a1

func (*MockUserAccountServiceClient) GetTeamAccountInvites

GetTeamAccountInvites provides a mock function with given fields: _a0, _a1

func (*MockUserAccountServiceClient) GetTeamAccountMembers

GetTeamAccountMembers provides a mock function with given fields: _a0, _a1

func (*MockUserAccountServiceClient) GetUser

GetUser provides a mock function with given fields: _a0, _a1

func (*MockUserAccountServiceClient) GetUserAccounts

GetUserAccounts provides a mock function with given fields: _a0, _a1

func (*MockUserAccountServiceClient) InviteUserToTeamAccount

InviteUserToTeamAccount provides a mock function with given fields: _a0, _a1

func (*MockUserAccountServiceClient) IsUserInAccount

IsUserInAccount provides a mock function with given fields: _a0, _a1

func (*MockUserAccountServiceClient) RemoveTeamAccountInvite

RemoveTeamAccountInvite provides a mock function with given fields: _a0, _a1

func (*MockUserAccountServiceClient) RemoveTeamAccountMember

RemoveTeamAccountMember provides a mock function with given fields: _a0, _a1

func (*MockUserAccountServiceClient) SetAccountOnboardingConfig

SetAccountOnboardingConfig provides a mock function with given fields: _a0, _a1

func (*MockUserAccountServiceClient) SetAccountTemporalConfig

SetAccountTemporalConfig provides a mock function with given fields: _a0, _a1

func (*MockUserAccountServiceClient) SetPersonalAccount

SetPersonalAccount provides a mock function with given fields: _a0, _a1

func (*MockUserAccountServiceClient) SetUser

SetUser provides a mock function with given fields: _a0, _a1

type MockUserAccountServiceClient_AcceptTeamAccountInvite_Call

type MockUserAccountServiceClient_AcceptTeamAccountInvite_Call struct {
	*mock.Call
}

MockUserAccountServiceClient_AcceptTeamAccountInvite_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AcceptTeamAccountInvite'

type MockUserAccountServiceClient_ConvertPersonalToTeamAccount_Call

type MockUserAccountServiceClient_ConvertPersonalToTeamAccount_Call struct {
	*mock.Call
}

MockUserAccountServiceClient_ConvertPersonalToTeamAccount_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ConvertPersonalToTeamAccount'

type MockUserAccountServiceClient_CreateTeamAccount_Call

type MockUserAccountServiceClient_CreateTeamAccount_Call struct {
	*mock.Call
}

MockUserAccountServiceClient_CreateTeamAccount_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateTeamAccount'

type MockUserAccountServiceClient_Expecter

type MockUserAccountServiceClient_Expecter struct {
	// contains filtered or unexported fields
}

func (*MockUserAccountServiceClient_Expecter) AcceptTeamAccountInvite

func (_e *MockUserAccountServiceClient_Expecter) AcceptTeamAccountInvite(_a0 interface{}, _a1 interface{}) *MockUserAccountServiceClient_AcceptTeamAccountInvite_Call

AcceptTeamAccountInvite is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.AcceptTeamAccountInviteRequest]

func (*MockUserAccountServiceClient_Expecter) ConvertPersonalToTeamAccount

func (_e *MockUserAccountServiceClient_Expecter) ConvertPersonalToTeamAccount(_a0 interface{}, _a1 interface{}) *MockUserAccountServiceClient_ConvertPersonalToTeamAccount_Call

ConvertPersonalToTeamAccount is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.ConvertPersonalToTeamAccountRequest]

func (*MockUserAccountServiceClient_Expecter) CreateTeamAccount

func (_e *MockUserAccountServiceClient_Expecter) CreateTeamAccount(_a0 interface{}, _a1 interface{}) *MockUserAccountServiceClient_CreateTeamAccount_Call

CreateTeamAccount is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.CreateTeamAccountRequest]

func (*MockUserAccountServiceClient_Expecter) GetAccountOnboardingConfig

func (_e *MockUserAccountServiceClient_Expecter) GetAccountOnboardingConfig(_a0 interface{}, _a1 interface{}) *MockUserAccountServiceClient_GetAccountOnboardingConfig_Call

GetAccountOnboardingConfig is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.GetAccountOnboardingConfigRequest]

func (*MockUserAccountServiceClient_Expecter) GetAccountTemporalConfig

func (_e *MockUserAccountServiceClient_Expecter) GetAccountTemporalConfig(_a0 interface{}, _a1 interface{}) *MockUserAccountServiceClient_GetAccountTemporalConfig_Call

GetAccountTemporalConfig is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.GetAccountTemporalConfigRequest]

func (*MockUserAccountServiceClient_Expecter) GetSystemInformation

func (_e *MockUserAccountServiceClient_Expecter) GetSystemInformation(_a0 interface{}, _a1 interface{}) *MockUserAccountServiceClient_GetSystemInformation_Call

GetSystemInformation is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.GetSystemInformationRequest]

func (*MockUserAccountServiceClient_Expecter) GetTeamAccountInvites

func (_e *MockUserAccountServiceClient_Expecter) GetTeamAccountInvites(_a0 interface{}, _a1 interface{}) *MockUserAccountServiceClient_GetTeamAccountInvites_Call

GetTeamAccountInvites is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.GetTeamAccountInvitesRequest]

func (*MockUserAccountServiceClient_Expecter) GetTeamAccountMembers

func (_e *MockUserAccountServiceClient_Expecter) GetTeamAccountMembers(_a0 interface{}, _a1 interface{}) *MockUserAccountServiceClient_GetTeamAccountMembers_Call

GetTeamAccountMembers is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.GetTeamAccountMembersRequest]

func (*MockUserAccountServiceClient_Expecter) GetUser

func (_e *MockUserAccountServiceClient_Expecter) GetUser(_a0 interface{}, _a1 interface{}) *MockUserAccountServiceClient_GetUser_Call

GetUser is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.GetUserRequest]

func (*MockUserAccountServiceClient_Expecter) GetUserAccounts

func (_e *MockUserAccountServiceClient_Expecter) GetUserAccounts(_a0 interface{}, _a1 interface{}) *MockUserAccountServiceClient_GetUserAccounts_Call

GetUserAccounts is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.GetUserAccountsRequest]

func (*MockUserAccountServiceClient_Expecter) InviteUserToTeamAccount

func (_e *MockUserAccountServiceClient_Expecter) InviteUserToTeamAccount(_a0 interface{}, _a1 interface{}) *MockUserAccountServiceClient_InviteUserToTeamAccount_Call

InviteUserToTeamAccount is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.InviteUserToTeamAccountRequest]

func (*MockUserAccountServiceClient_Expecter) IsUserInAccount

func (_e *MockUserAccountServiceClient_Expecter) IsUserInAccount(_a0 interface{}, _a1 interface{}) *MockUserAccountServiceClient_IsUserInAccount_Call

IsUserInAccount is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.IsUserInAccountRequest]

func (*MockUserAccountServiceClient_Expecter) RemoveTeamAccountInvite

func (_e *MockUserAccountServiceClient_Expecter) RemoveTeamAccountInvite(_a0 interface{}, _a1 interface{}) *MockUserAccountServiceClient_RemoveTeamAccountInvite_Call

RemoveTeamAccountInvite is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.RemoveTeamAccountInviteRequest]

func (*MockUserAccountServiceClient_Expecter) RemoveTeamAccountMember

func (_e *MockUserAccountServiceClient_Expecter) RemoveTeamAccountMember(_a0 interface{}, _a1 interface{}) *MockUserAccountServiceClient_RemoveTeamAccountMember_Call

RemoveTeamAccountMember is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.RemoveTeamAccountMemberRequest]

func (*MockUserAccountServiceClient_Expecter) SetAccountOnboardingConfig

func (_e *MockUserAccountServiceClient_Expecter) SetAccountOnboardingConfig(_a0 interface{}, _a1 interface{}) *MockUserAccountServiceClient_SetAccountOnboardingConfig_Call

SetAccountOnboardingConfig is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.SetAccountOnboardingConfigRequest]

func (*MockUserAccountServiceClient_Expecter) SetAccountTemporalConfig

func (_e *MockUserAccountServiceClient_Expecter) SetAccountTemporalConfig(_a0 interface{}, _a1 interface{}) *MockUserAccountServiceClient_SetAccountTemporalConfig_Call

SetAccountTemporalConfig is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.SetAccountTemporalConfigRequest]

func (*MockUserAccountServiceClient_Expecter) SetPersonalAccount

func (_e *MockUserAccountServiceClient_Expecter) SetPersonalAccount(_a0 interface{}, _a1 interface{}) *MockUserAccountServiceClient_SetPersonalAccount_Call

SetPersonalAccount is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.SetPersonalAccountRequest]

func (*MockUserAccountServiceClient_Expecter) SetUser

func (_e *MockUserAccountServiceClient_Expecter) SetUser(_a0 interface{}, _a1 interface{}) *MockUserAccountServiceClient_SetUser_Call

SetUser is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[mgmtv1alpha1.SetUserRequest]

type MockUserAccountServiceClient_GetAccountOnboardingConfig_Call

type MockUserAccountServiceClient_GetAccountOnboardingConfig_Call struct {
	*mock.Call
}

MockUserAccountServiceClient_GetAccountOnboardingConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAccountOnboardingConfig'

type MockUserAccountServiceClient_GetAccountTemporalConfig_Call

type MockUserAccountServiceClient_GetAccountTemporalConfig_Call struct {
	*mock.Call
}

MockUserAccountServiceClient_GetAccountTemporalConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAccountTemporalConfig'

type MockUserAccountServiceClient_GetSystemInformation_Call

type MockUserAccountServiceClient_GetSystemInformation_Call struct {
	*mock.Call
}

MockUserAccountServiceClient_GetSystemInformation_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetSystemInformation'

type MockUserAccountServiceClient_GetTeamAccountInvites_Call

type MockUserAccountServiceClient_GetTeamAccountInvites_Call struct {
	*mock.Call
}

MockUserAccountServiceClient_GetTeamAccountInvites_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetTeamAccountInvites'

type MockUserAccountServiceClient_GetTeamAccountMembers_Call

type MockUserAccountServiceClient_GetTeamAccountMembers_Call struct {
	*mock.Call
}

MockUserAccountServiceClient_GetTeamAccountMembers_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetTeamAccountMembers'

type MockUserAccountServiceClient_GetUserAccounts_Call

type MockUserAccountServiceClient_GetUserAccounts_Call struct {
	*mock.Call
}

MockUserAccountServiceClient_GetUserAccounts_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetUserAccounts'

type MockUserAccountServiceClient_GetUser_Call

type MockUserAccountServiceClient_GetUser_Call struct {
	*mock.Call
}

MockUserAccountServiceClient_GetUser_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetUser'

func (*MockUserAccountServiceClient_GetUser_Call) Run

type MockUserAccountServiceClient_InviteUserToTeamAccount_Call

type MockUserAccountServiceClient_InviteUserToTeamAccount_Call struct {
	*mock.Call
}

MockUserAccountServiceClient_InviteUserToTeamAccount_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'InviteUserToTeamAccount'

type MockUserAccountServiceClient_IsUserInAccount_Call

type MockUserAccountServiceClient_IsUserInAccount_Call struct {
	*mock.Call
}

MockUserAccountServiceClient_IsUserInAccount_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IsUserInAccount'

type MockUserAccountServiceClient_RemoveTeamAccountInvite_Call

type MockUserAccountServiceClient_RemoveTeamAccountInvite_Call struct {
	*mock.Call
}

MockUserAccountServiceClient_RemoveTeamAccountInvite_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveTeamAccountInvite'

type MockUserAccountServiceClient_RemoveTeamAccountMember_Call

type MockUserAccountServiceClient_RemoveTeamAccountMember_Call struct {
	*mock.Call
}

MockUserAccountServiceClient_RemoveTeamAccountMember_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveTeamAccountMember'

type MockUserAccountServiceClient_SetAccountOnboardingConfig_Call

type MockUserAccountServiceClient_SetAccountOnboardingConfig_Call struct {
	*mock.Call
}

MockUserAccountServiceClient_SetAccountOnboardingConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetAccountOnboardingConfig'

type MockUserAccountServiceClient_SetAccountTemporalConfig_Call

type MockUserAccountServiceClient_SetAccountTemporalConfig_Call struct {
	*mock.Call
}

MockUserAccountServiceClient_SetAccountTemporalConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetAccountTemporalConfig'

type MockUserAccountServiceClient_SetPersonalAccount_Call

type MockUserAccountServiceClient_SetPersonalAccount_Call struct {
	*mock.Call
}

MockUserAccountServiceClient_SetPersonalAccount_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetPersonalAccount'

type MockUserAccountServiceClient_SetUser_Call

type MockUserAccountServiceClient_SetUser_Call struct {
	*mock.Call
}

MockUserAccountServiceClient_SetUser_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetUser'

func (*MockUserAccountServiceClient_SetUser_Call) Run

type TransformersServiceClient

type TransformersServiceClient interface {
	GetSystemTransformers(context.Context, *connect.Request[v1alpha1.GetSystemTransformersRequest]) (*connect.Response[v1alpha1.GetSystemTransformersResponse], error)
	GetSystemTransformerBySource(context.Context, *connect.Request[v1alpha1.GetSystemTransformerBySourceRequest]) (*connect.Response[v1alpha1.GetSystemTransformerBySourceResponse], error)
	GetUserDefinedTransformers(context.Context, *connect.Request[v1alpha1.GetUserDefinedTransformersRequest]) (*connect.Response[v1alpha1.GetUserDefinedTransformersResponse], error)
	GetUserDefinedTransformerById(context.Context, *connect.Request[v1alpha1.GetUserDefinedTransformerByIdRequest]) (*connect.Response[v1alpha1.GetUserDefinedTransformerByIdResponse], error)
	CreateUserDefinedTransformer(context.Context, *connect.Request[v1alpha1.CreateUserDefinedTransformerRequest]) (*connect.Response[v1alpha1.CreateUserDefinedTransformerResponse], error)
	DeleteUserDefinedTransformer(context.Context, *connect.Request[v1alpha1.DeleteUserDefinedTransformerRequest]) (*connect.Response[v1alpha1.DeleteUserDefinedTransformerResponse], error)
	UpdateUserDefinedTransformer(context.Context, *connect.Request[v1alpha1.UpdateUserDefinedTransformerRequest]) (*connect.Response[v1alpha1.UpdateUserDefinedTransformerResponse], error)
	IsTransformerNameAvailable(context.Context, *connect.Request[v1alpha1.IsTransformerNameAvailableRequest]) (*connect.Response[v1alpha1.IsTransformerNameAvailableResponse], error)
	ValidateUserJavascriptCode(context.Context, *connect.Request[v1alpha1.ValidateUserJavascriptCodeRequest]) (*connect.Response[v1alpha1.ValidateUserJavascriptCodeResponse], error)
	ValidateUserRegexCode(context.Context, *connect.Request[v1alpha1.ValidateUserRegexCodeRequest]) (*connect.Response[v1alpha1.ValidateUserRegexCodeResponse], error)
}

TransformersServiceClient is a client for the mgmt.v1alpha1.TransformersService service.

func NewTransformersServiceClient

func NewTransformersServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) TransformersServiceClient

NewTransformersServiceClient constructs a client for the mgmt.v1alpha1.TransformersService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.

The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).

type TransformersServiceHandler

type TransformersServiceHandler interface {
	GetSystemTransformers(context.Context, *connect.Request[v1alpha1.GetSystemTransformersRequest]) (*connect.Response[v1alpha1.GetSystemTransformersResponse], error)
	GetSystemTransformerBySource(context.Context, *connect.Request[v1alpha1.GetSystemTransformerBySourceRequest]) (*connect.Response[v1alpha1.GetSystemTransformerBySourceResponse], error)
	GetUserDefinedTransformers(context.Context, *connect.Request[v1alpha1.GetUserDefinedTransformersRequest]) (*connect.Response[v1alpha1.GetUserDefinedTransformersResponse], error)
	GetUserDefinedTransformerById(context.Context, *connect.Request[v1alpha1.GetUserDefinedTransformerByIdRequest]) (*connect.Response[v1alpha1.GetUserDefinedTransformerByIdResponse], error)
	CreateUserDefinedTransformer(context.Context, *connect.Request[v1alpha1.CreateUserDefinedTransformerRequest]) (*connect.Response[v1alpha1.CreateUserDefinedTransformerResponse], error)
	DeleteUserDefinedTransformer(context.Context, *connect.Request[v1alpha1.DeleteUserDefinedTransformerRequest]) (*connect.Response[v1alpha1.DeleteUserDefinedTransformerResponse], error)
	UpdateUserDefinedTransformer(context.Context, *connect.Request[v1alpha1.UpdateUserDefinedTransformerRequest]) (*connect.Response[v1alpha1.UpdateUserDefinedTransformerResponse], error)
	IsTransformerNameAvailable(context.Context, *connect.Request[v1alpha1.IsTransformerNameAvailableRequest]) (*connect.Response[v1alpha1.IsTransformerNameAvailableResponse], error)
	ValidateUserJavascriptCode(context.Context, *connect.Request[v1alpha1.ValidateUserJavascriptCodeRequest]) (*connect.Response[v1alpha1.ValidateUserJavascriptCodeResponse], error)
	ValidateUserRegexCode(context.Context, *connect.Request[v1alpha1.ValidateUserRegexCodeRequest]) (*connect.Response[v1alpha1.ValidateUserRegexCodeResponse], error)
}

TransformersServiceHandler is an implementation of the mgmt.v1alpha1.TransformersService service.

type UnimplementedAuthServiceHandler

type UnimplementedAuthServiceHandler struct{}

UnimplementedAuthServiceHandler returns CodeUnimplemented from all methods.

type UnimplementedConnectionDataServiceHandler

type UnimplementedConnectionDataServiceHandler struct{}

UnimplementedConnectionDataServiceHandler returns CodeUnimplemented from all methods.

func (UnimplementedConnectionDataServiceHandler) GetTableRowCount added in v0.4.24

type UnimplementedConnectionServiceHandler

type UnimplementedConnectionServiceHandler struct{}

UnimplementedConnectionServiceHandler returns CodeUnimplemented from all methods.

type UnimplementedJobServiceHandler

type UnimplementedJobServiceHandler struct{}

UnimplementedJobServiceHandler returns CodeUnimplemented from all methods.

type UnimplementedMetricsServiceHandler

type UnimplementedMetricsServiceHandler struct{}

UnimplementedMetricsServiceHandler returns CodeUnimplemented from all methods.

type UnimplementedTransformersServiceHandler

type UnimplementedTransformersServiceHandler struct{}

UnimplementedTransformersServiceHandler returns CodeUnimplemented from all methods.

type UnimplementedUserAccountServiceHandler

type UnimplementedUserAccountServiceHandler struct{}

UnimplementedUserAccountServiceHandler returns CodeUnimplemented from all methods.

type UserAccountServiceClient

type UserAccountServiceClient interface {
	GetUser(context.Context, *connect.Request[v1alpha1.GetUserRequest]) (*connect.Response[v1alpha1.GetUserResponse], error)
	SetUser(context.Context, *connect.Request[v1alpha1.SetUserRequest]) (*connect.Response[v1alpha1.SetUserResponse], error)
	GetUserAccounts(context.Context, *connect.Request[v1alpha1.GetUserAccountsRequest]) (*connect.Response[v1alpha1.GetUserAccountsResponse], error)
	SetPersonalAccount(context.Context, *connect.Request[v1alpha1.SetPersonalAccountRequest]) (*connect.Response[v1alpha1.SetPersonalAccountResponse], error)
	ConvertPersonalToTeamAccount(context.Context, *connect.Request[v1alpha1.ConvertPersonalToTeamAccountRequest]) (*connect.Response[v1alpha1.ConvertPersonalToTeamAccountResponse], error)
	CreateTeamAccount(context.Context, *connect.Request[v1alpha1.CreateTeamAccountRequest]) (*connect.Response[v1alpha1.CreateTeamAccountResponse], error)
	IsUserInAccount(context.Context, *connect.Request[v1alpha1.IsUserInAccountRequest]) (*connect.Response[v1alpha1.IsUserInAccountResponse], error)
	GetAccountTemporalConfig(context.Context, *connect.Request[v1alpha1.GetAccountTemporalConfigRequest]) (*connect.Response[v1alpha1.GetAccountTemporalConfigResponse], error)
	SetAccountTemporalConfig(context.Context, *connect.Request[v1alpha1.SetAccountTemporalConfigRequest]) (*connect.Response[v1alpha1.SetAccountTemporalConfigResponse], error)
	GetTeamAccountMembers(context.Context, *connect.Request[v1alpha1.GetTeamAccountMembersRequest]) (*connect.Response[v1alpha1.GetTeamAccountMembersResponse], error)
	RemoveTeamAccountMember(context.Context, *connect.Request[v1alpha1.RemoveTeamAccountMemberRequest]) (*connect.Response[v1alpha1.RemoveTeamAccountMemberResponse], error)
	InviteUserToTeamAccount(context.Context, *connect.Request[v1alpha1.InviteUserToTeamAccountRequest]) (*connect.Response[v1alpha1.InviteUserToTeamAccountResponse], error)
	GetTeamAccountInvites(context.Context, *connect.Request[v1alpha1.GetTeamAccountInvitesRequest]) (*connect.Response[v1alpha1.GetTeamAccountInvitesResponse], error)
	RemoveTeamAccountInvite(context.Context, *connect.Request[v1alpha1.RemoveTeamAccountInviteRequest]) (*connect.Response[v1alpha1.RemoveTeamAccountInviteResponse], error)
	AcceptTeamAccountInvite(context.Context, *connect.Request[v1alpha1.AcceptTeamAccountInviteRequest]) (*connect.Response[v1alpha1.AcceptTeamAccountInviteResponse], error)
	GetSystemInformation(context.Context, *connect.Request[v1alpha1.GetSystemInformationRequest]) (*connect.Response[v1alpha1.GetSystemInformationResponse], error)
	GetAccountOnboardingConfig(context.Context, *connect.Request[v1alpha1.GetAccountOnboardingConfigRequest]) (*connect.Response[v1alpha1.GetAccountOnboardingConfigResponse], error)
	SetAccountOnboardingConfig(context.Context, *connect.Request[v1alpha1.SetAccountOnboardingConfigRequest]) (*connect.Response[v1alpha1.SetAccountOnboardingConfigResponse], error)
}

UserAccountServiceClient is a client for the mgmt.v1alpha1.UserAccountService service.

func NewUserAccountServiceClient

func NewUserAccountServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) UserAccountServiceClient

NewUserAccountServiceClient constructs a client for the mgmt.v1alpha1.UserAccountService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.

The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).

type UserAccountServiceHandler

type UserAccountServiceHandler interface {
	GetUser(context.Context, *connect.Request[v1alpha1.GetUserRequest]) (*connect.Response[v1alpha1.GetUserResponse], error)
	SetUser(context.Context, *connect.Request[v1alpha1.SetUserRequest]) (*connect.Response[v1alpha1.SetUserResponse], error)
	GetUserAccounts(context.Context, *connect.Request[v1alpha1.GetUserAccountsRequest]) (*connect.Response[v1alpha1.GetUserAccountsResponse], error)
	SetPersonalAccount(context.Context, *connect.Request[v1alpha1.SetPersonalAccountRequest]) (*connect.Response[v1alpha1.SetPersonalAccountResponse], error)
	ConvertPersonalToTeamAccount(context.Context, *connect.Request[v1alpha1.ConvertPersonalToTeamAccountRequest]) (*connect.Response[v1alpha1.ConvertPersonalToTeamAccountResponse], error)
	CreateTeamAccount(context.Context, *connect.Request[v1alpha1.CreateTeamAccountRequest]) (*connect.Response[v1alpha1.CreateTeamAccountResponse], error)
	IsUserInAccount(context.Context, *connect.Request[v1alpha1.IsUserInAccountRequest]) (*connect.Response[v1alpha1.IsUserInAccountResponse], error)
	GetAccountTemporalConfig(context.Context, *connect.Request[v1alpha1.GetAccountTemporalConfigRequest]) (*connect.Response[v1alpha1.GetAccountTemporalConfigResponse], error)
	SetAccountTemporalConfig(context.Context, *connect.Request[v1alpha1.SetAccountTemporalConfigRequest]) (*connect.Response[v1alpha1.SetAccountTemporalConfigResponse], error)
	GetTeamAccountMembers(context.Context, *connect.Request[v1alpha1.GetTeamAccountMembersRequest]) (*connect.Response[v1alpha1.GetTeamAccountMembersResponse], error)
	RemoveTeamAccountMember(context.Context, *connect.Request[v1alpha1.RemoveTeamAccountMemberRequest]) (*connect.Response[v1alpha1.RemoveTeamAccountMemberResponse], error)
	InviteUserToTeamAccount(context.Context, *connect.Request[v1alpha1.InviteUserToTeamAccountRequest]) (*connect.Response[v1alpha1.InviteUserToTeamAccountResponse], error)
	GetTeamAccountInvites(context.Context, *connect.Request[v1alpha1.GetTeamAccountInvitesRequest]) (*connect.Response[v1alpha1.GetTeamAccountInvitesResponse], error)
	RemoveTeamAccountInvite(context.Context, *connect.Request[v1alpha1.RemoveTeamAccountInviteRequest]) (*connect.Response[v1alpha1.RemoveTeamAccountInviteResponse], error)
	AcceptTeamAccountInvite(context.Context, *connect.Request[v1alpha1.AcceptTeamAccountInviteRequest]) (*connect.Response[v1alpha1.AcceptTeamAccountInviteResponse], error)
	GetSystemInformation(context.Context, *connect.Request[v1alpha1.GetSystemInformationRequest]) (*connect.Response[v1alpha1.GetSystemInformationResponse], error)
	GetAccountOnboardingConfig(context.Context, *connect.Request[v1alpha1.GetAccountOnboardingConfigRequest]) (*connect.Response[v1alpha1.GetAccountOnboardingConfigResponse], error)
	SetAccountOnboardingConfig(context.Context, *connect.Request[v1alpha1.SetAccountOnboardingConfigRequest]) (*connect.Response[v1alpha1.SetAccountOnboardingConfigResponse], error)
}

UserAccountServiceHandler is an implementation of the mgmt.v1alpha1.UserAccountService service.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL