MCPcopy
hub / github.com/daptin/daptin / ActionPerformerInterface

Interface ActionPerformerInterface

server/actionresponse/action_pojo.go:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25type ActionPerformerInterface interface {
26 DoAction(request Outcome, inFields map[string]interface{}, transaction *sqlx.Tx) (api2go.Responder, []ActionResponse, []error)
27 Name() string
28}
29
30// Outcome is call to a internal function with attributes as parameters
31// Outcome has a particular `type`, it can be one of the data entities already defined

Implementers 15

oauthLoginBeginActionPerformerserver/actions/action_oauth_login_begi
networkRequestActionPerformerserver/actions/action_network_request.
makeResponsePerformerserver/actions/action_make_response.go
actionTransactionPerformerserver/actions/action_transaction.go
importCloudStoreFilesPerformerserver/actions/action_import_cloudstor
deleteWorldColumnPerformerserver/actions/action_delete_column.go
awsMailSendActionPerformerserver/actions/action_mail_send_ses.go
cloudStorePathMoveActionPerformerserver/actions/action_cloudstore_path_
randomDataGeneratePerformerserver/actions/action_generate_random_
graphqlEnableActionPerformerserver/actions/action_enable_graphql.g
publishToTopicActionPerformerserver/actions/action_publish_to_topic
renderTemplateActionPerformerserver/actions/action_render_template.

Calls

no outgoing calls

Tested by

no test coverage detected