github.com/niedbalski/juju@v0.0.0-20190215020005-8ff100488e47/container/lxd/testing/doc.go (about)

     1  // Copyright 2018 Canonical Ltd.
     2  // Licensed under the AGPLv3, see LICENCE file for details.
     3  
     4  // This package contains the testing infrastructure to mock out the lxd API.
     5  // run 'go generate' to regenerate the mock interfaces
     6  
     7  package testing
     8  
     9  //go:generate mockgen -package testing -destination lxd_mock.go github.com/lxc/lxd/client Operation,RemoteOperation,Server,ImageServer,ContainerServer