MCPcopy
hub / github.com/ChineseSubFinder/ChineseSubFinder / IHotFix

Interface IHotFix

pkg/ifaces/iHotFix.go:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package ifaces
2
3type IHotFix interface {
4 GetKey() string
5
6 Process() (interface{}, error)
7}

Callers 5

HotFixProcessFunction · 0.65
GetVADInfoFromAudioFunction · 0.65
HotFixProcessFunction · 0.65
mainFunction · 0.65

Implementers 7

HotFix006pkg/hot_fix/hot_fix_006.go
HotFix004pkg/hot_fix/hot_fix_004.go
HotFix001pkg/hot_fix/hot_fix_001.go
HotFix007pkg/hot_fix/hot_fix_007.go
HotFix005pkg/hot_fix/hot_fix_005.go
HotFix003pkg/hot_fix/hot_fix_003.go
HotFix002pkg/hot_fix/hot_fix_002.go

Calls

no outgoing calls

Tested by

no test coverage detected