Documentation
¶
Index ¶
- func AfterGithubInstallationWorkflow(ctx workflow.Context, params AfterGithubInstallationParams) (err error)
- func CountUsers(ctx workflow.Context) (int, error)
- func CreateTenantDBWorkflow(ctx workflow.Context, params CreateTenantDBParams) (err error)
- func ExecuteAfterGithubInstallationWorkflow(ctx context.Context, temporalClient client.Client, ...) (string, error)
- func ExecuteCountUsersWorkflow(ctx context.Context, temporalClient client.Client, cfg onboarding.Config) (int, error)
- func ExecuteCreateTenantDBWorkflow(ctx context.Context, temporalClient client.Client, ...) (string, error)
- type AfterGithubInstallationParams
- type CreateTenantDBParams
- type ExecuteAfterGithubInstallationParams
- type ExecuteCreateTenantDBWorkflowParams
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AfterGithubInstallationWorkflow ¶
func AfterGithubInstallationWorkflow( ctx workflow.Context, params AfterGithubInstallationParams, ) (err error)
func CreateTenantDBWorkflow ¶
func CreateTenantDBWorkflow( ctx workflow.Context, params CreateTenantDBParams, ) (err error)
Types ¶
type CreateTenantDBParams ¶
Click to show internal directories.
Click to hide internal directories.