ncDocConverter/internal/ncworker/job.go

6 lines
55 B
Go
Raw Permalink Normal View History

2023-01-02 10:06:13 +00:00
package ncworker
type Job interface {
ExecuteJob()
}