Versions in this module Expand all Collapse all v0 v0.1441.2 Jan 13, 2016 Changes in this version + type FakeGardenStore struct + CreateStub func(logger lager.Logger, container executor.Container) (executor.Container, error) + DestroyStub func(logger lager.Logger, guid string) error + GetFilesStub func(logger lager.Logger, guid, sourcePath string) (io.ReadCloser, error) + ListStub func(logger lager.Logger, tags executor.Tags) ([]executor.Container, error) + LookupStub func(logger lager.Logger, guid string) (executor.Container, error) + MetricsStub func(logger lager.Logger, guid []string) (map[string]executor.ContainerMetrics, error) + PingStub func() error + RunStub func(logger lager.Logger, container executor.Container) error + StopStub func(logger lager.Logger, guid string) error + func (fake *FakeGardenStore) Create(logger lager.Logger, container executor.Container) (executor.Container, error) + func (fake *FakeGardenStore) CreateArgsForCall(i int) (lager.Logger, executor.Container) + func (fake *FakeGardenStore) CreateCallCount() int + func (fake *FakeGardenStore) CreateReturns(result1 executor.Container, result2 error) + func (fake *FakeGardenStore) Destroy(logger lager.Logger, guid string) error + func (fake *FakeGardenStore) DestroyArgsForCall(i int) (lager.Logger, string) + func (fake *FakeGardenStore) DestroyCallCount() int + func (fake *FakeGardenStore) DestroyReturns(result1 error) + func (fake *FakeGardenStore) GetFiles(logger lager.Logger, guid string, sourcePath string) (io.ReadCloser, error) + func (fake *FakeGardenStore) GetFilesArgsForCall(i int) (lager.Logger, string, string) + func (fake *FakeGardenStore) GetFilesCallCount() int + func (fake *FakeGardenStore) GetFilesReturns(result1 io.ReadCloser, result2 error) + func (fake *FakeGardenStore) List(logger lager.Logger, tags executor.Tags) ([]executor.Container, error) + func (fake *FakeGardenStore) ListArgsForCall(i int) (lager.Logger, executor.Tags) + func (fake *FakeGardenStore) ListCallCount() int + func (fake *FakeGardenStore) ListReturns(result1 []executor.Container, result2 error) + func (fake *FakeGardenStore) Lookup(logger lager.Logger, guid string) (executor.Container, error) + func (fake *FakeGardenStore) LookupArgsForCall(i int) (lager.Logger, string) + func (fake *FakeGardenStore) LookupCallCount() int + func (fake *FakeGardenStore) LookupReturns(result1 executor.Container, result2 error) + func (fake *FakeGardenStore) Metrics(logger lager.Logger, guid []string) (map[string]executor.ContainerMetrics, error) + func (fake *FakeGardenStore) MetricsArgsForCall(i int) (lager.Logger, []string) + func (fake *FakeGardenStore) MetricsCallCount() int + func (fake *FakeGardenStore) MetricsReturns(result1 map[string]executor.ContainerMetrics, result2 error) + func (fake *FakeGardenStore) Ping() error + func (fake *FakeGardenStore) PingCallCount() int + func (fake *FakeGardenStore) PingReturns(result1 error) + func (fake *FakeGardenStore) Run(logger lager.Logger, container executor.Container) error + func (fake *FakeGardenStore) RunArgsForCall(i int) (lager.Logger, executor.Container) + func (fake *FakeGardenStore) RunCallCount() int + func (fake *FakeGardenStore) RunReturns(result1 error) + func (fake *FakeGardenStore) Stop(logger lager.Logger, guid string) error + func (fake *FakeGardenStore) StopArgsForCall(i int) (lager.Logger, string) + func (fake *FakeGardenStore) StopCallCount() int + func (fake *FakeGardenStore) StopReturns(result1 error)