MCPcopy
hub / github.com/daptin/daptin / graphqlEnableActionPerformer

Struct graphqlEnableActionPerformer

server/actions/action_enable_graphql.go:15–17  ·  view source on GitHub ↗

* * Become administrator of daptin action implementation */

Source from the content-addressed store, hash-verified

13 Become administrator of daptin action implementation
14*/
15type graphqlEnableActionPerformer struct {
16 cruds map[string]*resource.DbResource
17}
18
19// Name of the action
20func (d *graphqlEnableActionPerformer) Name() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected