summaryrefslogtreecommitdiff
path: root/plugins/jobs/interface.go
blob: 060326c8855ff9d2a10aa5e6c6ff49ba277bbdb2 (plain)
1
2
3
4
5
6
7
8
package jobs


// todo naming
type Consumer interface {
	Push()
	Stat()
}