MCPcopy
hub / github.com/daptin/daptin / networkRequestActionPerformer

Struct networkRequestActionPerformer

server/actions/action_network_request.go:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type networkRequestActionPerformer struct {
17 responseAttrs map[string]interface{}
18 cruds map[string]*resource.DbResource
19}
20
21func (d *networkRequestActionPerformer) Name() string {
22 return "$network.request"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected