You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Licensed under the AGPLv3, see LICENCE file for details.
package space
import (
"testing"
gc "gopkg.in/check.v1"
)
//go:generate go run go.uber.org/mock/mockgen -package space -destination context_mock_test.go github.com/juju/juju/environs/context ProviderCallContext
//go:generate go run go.uber.org/mock/mockgen -package space -destination environs_mock_test.go github.com/juju/juju/environs BootstrapEnviron,NetworkingEnviron
//go:generate go run go.uber.org/mock/mockgen -package space -destination spaces_mock_test.go github.com/juju/juju/environs/space ReloadSpacesState,Space,Constraints