containerd/jobs.go
2015-11-05 15:29:53 -08:00

8 lines
86 B
Go

package containerd
type Job interface {
}
type CreateJob struct {
Err chan error
}