()
| 37 | // threadHandler defines how the callbacks from the C thread should be handled |
| 38 | type threadHandler interface { |
| 39 | name() string |
| 40 | beforeScriptExecution() string |
| 41 | afterScriptExecution(exitStatus int) |
| 42 | context() context.Context |
no outgoing calls
no test coverage detected