Versions in this module Expand all Collapse all v0 v0.3.2 Nov 9, 2018 Changes in this version + func Create(ctx *context.Context, job *Job) (*Job, error) + func Get(ctx *context.Context, id string) (*Job, error) + func List(ctx *context.Context, limit int, offset int, filter interface{}) ([]Job, error)