| 10 | ) |
| 11 | |
| 12 | type actionTransactionPerformer struct { |
| 13 | cmsConfig *resource.CmsConfig |
| 14 | cruds map[string]*resource.DbResource |
| 15 | } |
| 16 | |
| 17 | func (d *actionTransactionPerformer) Name() string { |
| 18 | return "$transaction" |
nothing calls this directly
no outgoing calls
no test coverage detected