Documentation
¶
Index ¶
- Constants
- func ExecuteUpdateUserFromNGCWithAuxiliaryIDWorkflow(ctx context.Context, tc client.Client, auxiliaryID string, ...) (*string, error)
- func ExecuteUpdateUserFromNGCWorkflow(ctx context.Context, tc client.Client, userID uuid.UUID, starfleetID string, ...) (*string, error)
- func UpdateUserFromNGC(ctx workflow.Context, userID uuid.UUID, encryptedNgcToken []byte, ...) error
- func UpdateUserFromNGCWithAuxiliaryID(ctx workflow.Context, auxiliaryID string, encryptedNgcToken []byte, ...) error
Constants ¶
View Source
const ( // WorkflowIDPrefixUpdateUserFromNGC is the prefix for the UpdateUserFromNGC workflow ID WorkflowIDPrefixUpdateUserFromNGC = "user_update_from_ngc_" // WorkflowIDPrefixUpdateUserFromNGCImmediate is the prefix for the UpdateUserFromNGC immediate workflow ID WorkflowIDPrefixUpdateUserFromNGCImmediate = "user_update_from_ngc_immediate_" )
Variables ¶
This section is empty.
Functions ¶
func ExecuteUpdateUserFromNGCWithAuxiliaryIDWorkflow ¶
func ExecuteUpdateUserFromNGCWithAuxiliaryIDWorkflow(ctx context.Context, tc client.Client, auxiliaryID string, ngcToken, encryptionKey string, immediate bool) (*string, error)
ExecuteUpdateUserFromNGCWithAuxiliaryIDWorkflow is a helper function to trigger execution of the UpdateUserFromNGCWithAuxiliaryID workflow
func ExecuteUpdateUserFromNGCWorkflow ¶
func ExecuteUpdateUserFromNGCWorkflow(ctx context.Context, tc client.Client, userID uuid.UUID, starfleetID string, ngcToken string, immediate bool) (*string, error)
ExecuteUpdateUserFromNGCWorkflow is a helper function to trigger execution of the UpdateUserFromNGC workflow
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.