MCPcopy
hub / github.com/daptin/daptin / actionTransactionPerformer

Struct actionTransactionPerformer

server/actions/action_transaction.go:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type actionTransactionPerformer struct {
13 cmsConfig *resource.CmsConfig
14 cruds map[string]*resource.DbResource
15}
16
17func (d *actionTransactionPerformer) Name() string {
18 return "$transaction"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected