* * Become administrator of daptin action implementation */
| 13 | Become administrator of daptin action implementation |
| 14 | */ |
| 15 | type graphqlEnableActionPerformer struct { |
| 16 | cruds map[string]*resource.DbResource |
| 17 | } |
| 18 | |
| 19 | // Name of the action |
| 20 | func (d *graphqlEnableActionPerformer) Name() string { |
nothing calls this directly
no outgoing calls
no test coverage detected