( env Env, asyncResource, asyncResourceName Value, execute AsyncExecuteCallback, complete AsyncCompleteCallback, )
| 95 | |
| 96 | type AsyncWorkDataProvider interface { |
| 97 | CreateAsyncWork( |
| 98 | env Env, |
| 99 | asyncResource, asyncResourceName Value, |
| 100 | execute AsyncExecuteCallback, |
no outgoing calls
no test coverage detected