| 14 | ) |
| 15 | |
| 16 | type networkRequestActionPerformer struct { |
| 17 | responseAttrs map[string]interface{} |
| 18 | cruds map[string]*resource.DbResource |
| 19 | } |
| 20 | |
| 21 | func (d *networkRequestActionPerformer) Name() string { |
| 22 | return "$network.request" |
nothing calls this directly
no outgoing calls
no test coverage detected