新增测点配置
This commit is contained in:
5
jobs/job.go
Normal file
5
jobs/job.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package jobs
|
||||
|
||||
type Job interface {
|
||||
GetJobName() string
|
||||
}
|
||||
Reference in New Issue
Block a user