MCPcopy
hub / github.com/ChineseSubFinder/ChineseSubFinder / WorkHandler

Interface WorkHandler

pkg/hls_center/worker/worker.go:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type WorkHandler interface {
14 Key(request interface{}) string
15 Handle(request interface{}, w io.Writer) error
16}
17
18type WorkerServerConf struct {
19 NumWorkers int

Callers 4

getCachePathMethod · 0.65
tryServeFromCacheMethod · 0.65
ServeMethod · 0.65
ServeMethod · 0.65

Implementers 1

CommandWorkerpkg/hls_center/worker/worker_cmd.go

Calls

no outgoing calls

Tested by

no test coverage detected