The Task represents interface that contains environment variables. It inherits by Spider.
| 4 | // The Task represents interface that contains environment variables. |
| 5 | // It inherits by Spider. |
| 6 | type Task interface { |
| 7 | Taskname() string |
| 8 | } |
nothing calls this directly
no outgoing calls
no test coverage detected