Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Activity ¶ added in v0.4.39
type Activity struct {
// contains filtered or unexported fields
}
func New ¶ added in v0.4.39
func New( jobclient mgmtv1alpha1connect.JobServiceClient, connclient mgmtv1alpha1connect.ConnectionServiceClient, sqlmanager sql_manager.SqlManagerClient, ) *Activity
func (*Activity) RunSqlInitTableStatements ¶ added in v0.4.39
func (a *Activity) RunSqlInitTableStatements( ctx context.Context, req *RunSqlInitTableStatementsRequest, ) (*RunSqlInitTableStatementsResponse, error)
type RunSqlInitTableStatementsResponse ¶
type RunSqlInitTableStatementsResponse struct { }
Click to show internal directories.
Click to hide internal directories.