MCPcopy
hub / github.com/hu17889/go_spider / Task

Interface Task

core/common/com_interfaces/com_interfaces.go:6–8  ·  view source on GitHub ↗

The Task represents interface that contains environment variables. It inherits by Spider.

Source from the content-addressed store, hash-verified

4// The Task represents interface that contains environment variables.
5// It inherits by Spider.
6type Task interface {
7 Taskname() string
8}

Callers

nothing calls this directly

Implementers 1

Spidercore/spider/spider.go

Calls

no outgoing calls

Tested by

no test coverage detected