github.com/niedbalski/juju@v0.0.0-20190215020005-8ff100488e47/worker/mocks/doc.go (about) 1 // Copyright 2018 Canonical Ltd. 2 // Licensed under the AGPLv3, see LICENCE file for details. 3 4 // This package contains common worker mocks. 5 // run 'go generate' to regenerate the mock interfaces 6 7 package mocks 8 9 //go:generate mockgen -package mocks -destination worker_mock.go gopkg.in/juju/worker.v1 Worker