resourcefakes

package
v0.0.0-...-2c9ee18 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 15, 2017 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

This file was generated by counterfeiter

This file was generated by counterfeiter

This file was generated by counterfeiter

This file was generated by counterfeiter

This file was generated by counterfeiter

This file was generated by counterfeiter

This file was generated by counterfeiter

This file was generated by counterfeiter

This file was generated by counterfeiter

This file was generated by counterfeiter

This file was generated by counterfeiter

This file was generated by counterfeiter

This file was generated by counterfeiter

This file was generated by counterfeiter

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeCache

type FakeCache struct {
	IsInitializedStub func() (bool, error)

	InitializeStub func() error

	VolumeStub func() worker.Volume
	// contains filtered or unexported fields
}

func (*FakeCache) Initialize

func (fake *FakeCache) Initialize() error

func (*FakeCache) InitializeCallCount

func (fake *FakeCache) InitializeCallCount() int

func (*FakeCache) InitializeReturns

func (fake *FakeCache) InitializeReturns(result1 error)

func (*FakeCache) Invocations

func (fake *FakeCache) Invocations() map[string][][]interface{}

func (*FakeCache) IsInitialized

func (fake *FakeCache) IsInitialized() (bool, error)

func (*FakeCache) IsInitializedCallCount

func (fake *FakeCache) IsInitializedCallCount() int

func (*FakeCache) IsInitializedReturns

func (fake *FakeCache) IsInitializedReturns(result1 bool, result2 error)

func (*FakeCache) Volume

func (fake *FakeCache) Volume() worker.Volume

func (*FakeCache) VolumeCallCount

func (fake *FakeCache) VolumeCallCount() int

func (*FakeCache) VolumeReturns

func (fake *FakeCache) VolumeReturns(result1 worker.Volume)

type FakeFetchSource

type FakeFetchSource struct {
	IsInitializedStub func() (bool, error)

	LockNameStub func() (string, error)

	VersionedSourceStub func() resource.VersionedSource

	InitializeStub func(signals <-chan os.Signal, ready chan<- struct{}) error
	// contains filtered or unexported fields
}

func (*FakeFetchSource) Initialize

func (fake *FakeFetchSource) Initialize(signals <-chan os.Signal, ready chan<- struct{}) error

func (*FakeFetchSource) InitializeArgsForCall

func (fake *FakeFetchSource) InitializeArgsForCall(i int) (<-chan os.Signal, chan<- struct{})

func (*FakeFetchSource) InitializeCallCount

func (fake *FakeFetchSource) InitializeCallCount() int

func (*FakeFetchSource) InitializeReturns

func (fake *FakeFetchSource) InitializeReturns(result1 error)

func (*FakeFetchSource) Invocations

func (fake *FakeFetchSource) Invocations() map[string][][]interface{}

func (*FakeFetchSource) IsInitialized

func (fake *FakeFetchSource) IsInitialized() (bool, error)

func (*FakeFetchSource) IsInitializedCallCount

func (fake *FakeFetchSource) IsInitializedCallCount() int

func (*FakeFetchSource) IsInitializedReturns

func (fake *FakeFetchSource) IsInitializedReturns(result1 bool, result2 error)

func (*FakeFetchSource) LockName

func (fake *FakeFetchSource) LockName() (string, error)

func (*FakeFetchSource) LockNameCallCount

func (fake *FakeFetchSource) LockNameCallCount() int

func (*FakeFetchSource) LockNameReturns

func (fake *FakeFetchSource) LockNameReturns(result1 string, result2 error)

func (*FakeFetchSource) VersionedSource

func (fake *FakeFetchSource) VersionedSource() resource.VersionedSource

func (*FakeFetchSource) VersionedSourceCallCount

func (fake *FakeFetchSource) VersionedSourceCallCount() int

func (*FakeFetchSource) VersionedSourceReturns

func (fake *FakeFetchSource) VersionedSourceReturns(result1 resource.VersionedSource)

type FakeFetchSourceProvider

type FakeFetchSourceProvider struct {
	GetStub func() (resource.FetchSource, error)
	// contains filtered or unexported fields
}

func (*FakeFetchSourceProvider) Get

func (*FakeFetchSourceProvider) GetCallCount

func (fake *FakeFetchSourceProvider) GetCallCount() int

func (*FakeFetchSourceProvider) GetReturns

func (fake *FakeFetchSourceProvider) GetReturns(result1 resource.FetchSource, result2 error)

func (*FakeFetchSourceProvider) Invocations

func (fake *FakeFetchSourceProvider) Invocations() map[string][][]interface{}

type FakeFetchSourceProviderFactory

type FakeFetchSourceProviderFactory struct {
	NewFetchSourceProviderStub func(logger lager.Logger, session resource.Session, metadata resource.Metadata, tags atc.Tags, teamID int, resourceTypes atc.ResourceTypes, resourceInstance resource.ResourceInstance, resourceOptions resource.ResourceOptions, imageFetchingDelegate worker.ImageFetchingDelegate) resource.FetchSourceProvider
	// contains filtered or unexported fields
}

func (*FakeFetchSourceProviderFactory) Invocations

func (fake *FakeFetchSourceProviderFactory) Invocations() map[string][][]interface{}

func (*FakeFetchSourceProviderFactory) NewFetchSourceProvider

func (fake *FakeFetchSourceProviderFactory) NewFetchSourceProvider(logger lager.Logger, session resource.Session, metadata resource.Metadata, tags atc.Tags, teamID int, resourceTypes atc.ResourceTypes, resourceInstance resource.ResourceInstance, resourceOptions resource.ResourceOptions, imageFetchingDelegate worker.ImageFetchingDelegate) resource.FetchSourceProvider

func (*FakeFetchSourceProviderFactory) NewFetchSourceProviderCallCount

func (fake *FakeFetchSourceProviderFactory) NewFetchSourceProviderCallCount() int

func (*FakeFetchSourceProviderFactory) NewFetchSourceProviderReturns

func (fake *FakeFetchSourceProviderFactory) NewFetchSourceProviderReturns(result1 resource.FetchSourceProvider)

type FakeFetcher

type FakeFetcher struct {
	FetchStub func(logger lager.Logger, session resource.Session, tags atc.Tags, teamID int, resourceTypes atc.ResourceTypes, resourceInstance resource.ResourceInstance, metadata resource.Metadata, imageFetchingDelegate worker.ImageFetchingDelegate, resourceOptions resource.ResourceOptions, signals <-chan os.Signal, ready chan<- struct{}) (resource.FetchSource, error)
	// contains filtered or unexported fields
}

func (*FakeFetcher) Fetch

func (fake *FakeFetcher) Fetch(logger lager.Logger, session resource.Session, tags atc.Tags, teamID int, resourceTypes atc.ResourceTypes, resourceInstance resource.ResourceInstance, metadata resource.Metadata, imageFetchingDelegate worker.ImageFetchingDelegate, resourceOptions resource.ResourceOptions, signals <-chan os.Signal, ready chan<- struct{}) (resource.FetchSource, error)

func (*FakeFetcher) FetchCallCount

func (fake *FakeFetcher) FetchCallCount() int

func (*FakeFetcher) FetchReturns

func (fake *FakeFetcher) FetchReturns(result1 resource.FetchSource, result2 error)

func (*FakeFetcher) Invocations

func (fake *FakeFetcher) Invocations() map[string][][]interface{}

type FakeFetcherFactory

type FakeFetcherFactory struct {
	FetcherForStub func(workerClient worker.Client) resource.Fetcher
	// contains filtered or unexported fields
}

func (*FakeFetcherFactory) FetcherFor

func (fake *FakeFetcherFactory) FetcherFor(workerClient worker.Client) resource.Fetcher

func (*FakeFetcherFactory) FetcherForArgsForCall

func (fake *FakeFetcherFactory) FetcherForArgsForCall(i int) worker.Client

func (*FakeFetcherFactory) FetcherForCallCount

func (fake *FakeFetcherFactory) FetcherForCallCount() int

func (*FakeFetcherFactory) FetcherForReturns

func (fake *FakeFetcherFactory) FetcherForReturns(result1 resource.Fetcher)

func (*FakeFetcherFactory) Invocations

func (fake *FakeFetcherFactory) Invocations() map[string][][]interface{}

type FakeInputSource

type FakeInputSource struct {
	NameStub func() worker.ArtifactName

	SourceStub func() worker.ArtifactSource

	MountPathStub func() string
	// contains filtered or unexported fields
}

func (*FakeInputSource) Invocations

func (fake *FakeInputSource) Invocations() map[string][][]interface{}

func (*FakeInputSource) MountPath

func (fake *FakeInputSource) MountPath() string

func (*FakeInputSource) MountPathCallCount

func (fake *FakeInputSource) MountPathCallCount() int

func (*FakeInputSource) MountPathReturns

func (fake *FakeInputSource) MountPathReturns(result1 string)

func (*FakeInputSource) Name

func (fake *FakeInputSource) Name() worker.ArtifactName

func (*FakeInputSource) NameCallCount

func (fake *FakeInputSource) NameCallCount() int

func (*FakeInputSource) NameReturns

func (fake *FakeInputSource) NameReturns(result1 worker.ArtifactName)

func (*FakeInputSource) Source

func (fake *FakeInputSource) Source() worker.ArtifactSource

func (*FakeInputSource) SourceCallCount

func (fake *FakeInputSource) SourceCallCount() int

func (*FakeInputSource) SourceReturns

func (fake *FakeInputSource) SourceReturns(result1 worker.ArtifactSource)

type FakeLockDB

type FakeLockDB struct {
	GetTaskLockStub func(logger lager.Logger, lockName string) (lock.Lock, bool, error)
	// contains filtered or unexported fields
}

func (*FakeLockDB) GetTaskLock

func (fake *FakeLockDB) GetTaskLock(logger lager.Logger, lockName string) (lock.Lock, bool, error)

func (*FakeLockDB) GetTaskLockArgsForCall

func (fake *FakeLockDB) GetTaskLockArgsForCall(i int) (lager.Logger, string)

func (*FakeLockDB) GetTaskLockCallCount

func (fake *FakeLockDB) GetTaskLockCallCount() int

func (*FakeLockDB) GetTaskLockReturns

func (fake *FakeLockDB) GetTaskLockReturns(result1 lock.Lock, result2 bool, result3 error)

func (*FakeLockDB) Invocations

func (fake *FakeLockDB) Invocations() map[string][][]interface{}

type FakeResource

type FakeResource struct {
	GetStub func(worker.Volume, resource.IOConfig, atc.Source, atc.Params, atc.Version, <-chan os.Signal, chan<- struct{}) (resource.VersionedSource, error)

	PutStub func(resource.IOConfig, atc.Source, atc.Params, worker.ArtifactSource, <-chan os.Signal, chan<- struct{}) (resource.VersionedSource, error)

	CheckStub func(atc.Source, atc.Version) ([]atc.Version, error)

	ContainerStub func() worker.Container
	// contains filtered or unexported fields
}

func (*FakeResource) Check

func (fake *FakeResource) Check(arg1 atc.Source, arg2 atc.Version) ([]atc.Version, error)

func (*FakeResource) CheckArgsForCall

func (fake *FakeResource) CheckArgsForCall(i int) (atc.Source, atc.Version)

func (*FakeResource) CheckCallCount

func (fake *FakeResource) CheckCallCount() int

func (*FakeResource) CheckReturns

func (fake *FakeResource) CheckReturns(result1 []atc.Version, result2 error)

func (*FakeResource) Container

func (fake *FakeResource) Container() worker.Container

func (*FakeResource) ContainerCallCount

func (fake *FakeResource) ContainerCallCount() int

func (*FakeResource) ContainerReturns

func (fake *FakeResource) ContainerReturns(result1 worker.Container)

func (*FakeResource) Get

func (fake *FakeResource) Get(arg1 worker.Volume, arg2 resource.IOConfig, arg3 atc.Source, arg4 atc.Params, arg5 atc.Version, arg6 <-chan os.Signal, arg7 chan<- struct{}) (resource.VersionedSource, error)

func (*FakeResource) GetArgsForCall

func (fake *FakeResource) GetArgsForCall(i int) (worker.Volume, resource.IOConfig, atc.Source, atc.Params, atc.Version, <-chan os.Signal, chan<- struct{})

func (*FakeResource) GetCallCount

func (fake *FakeResource) GetCallCount() int

func (*FakeResource) GetReturns

func (fake *FakeResource) GetReturns(result1 resource.VersionedSource, result2 error)

func (*FakeResource) Invocations

func (fake *FakeResource) Invocations() map[string][][]interface{}

func (*FakeResource) Put

func (fake *FakeResource) Put(arg1 resource.IOConfig, arg2 atc.Source, arg3 atc.Params, arg4 worker.ArtifactSource, arg5 <-chan os.Signal, arg6 chan<- struct{}) (resource.VersionedSource, error)

func (*FakeResource) PutArgsForCall

func (fake *FakeResource) PutArgsForCall(i int) (resource.IOConfig, atc.Source, atc.Params, worker.ArtifactSource, <-chan os.Signal, chan<- struct{})

func (*FakeResource) PutCallCount

func (fake *FakeResource) PutCallCount() int

func (*FakeResource) PutReturns

func (fake *FakeResource) PutReturns(result1 resource.VersionedSource, result2 error)

type FakeResourceFactory

type FakeResourceFactory struct {
	NewResourceStub func(logger lager.Logger, id worker.Identifier, metadata worker.Metadata, resourceSpec worker.ContainerSpec, resourceTypes atc.ResourceTypes, imageFetchingDelegate worker.ImageFetchingDelegate, resourceSources map[string]worker.ArtifactSource) (resource.Resource, []string, error)

	NewBuildResourceStub func(logger lager.Logger, id worker.Identifier, metadata worker.Metadata, containerSpec worker.ContainerSpec, resourceTypes atc.ResourceTypes, imageFetchingDelegate worker.ImageFetchingDelegate, inputSources []resource.InputSource, outputPaths map[string]string) (resource.Resource, []resource.InputSource, error)

	NewCheckResourceStub func(logger lager.Logger, id worker.Identifier, metadata worker.Metadata, resourceSpec worker.ContainerSpec, resourceTypes atc.ResourceTypes) (resource.Resource, error)

	NewCheckResourceForResourceTypeStub func(logger lager.Logger, id worker.Identifier, metadata worker.Metadata, resourceSpec worker.ContainerSpec, resourceTypes atc.ResourceTypes) (resource.Resource, error)
	// contains filtered or unexported fields
}

func (*FakeResourceFactory) Invocations

func (fake *FakeResourceFactory) Invocations() map[string][][]interface{}

func (*FakeResourceFactory) NewBuildResource

func (fake *FakeResourceFactory) NewBuildResource(logger lager.Logger, id worker.Identifier, metadata worker.Metadata, containerSpec worker.ContainerSpec, resourceTypes atc.ResourceTypes, imageFetchingDelegate worker.ImageFetchingDelegate, inputSources []resource.InputSource, outputPaths map[string]string) (resource.Resource, []resource.InputSource, error)

func (*FakeResourceFactory) NewBuildResourceCallCount

func (fake *FakeResourceFactory) NewBuildResourceCallCount() int

func (*FakeResourceFactory) NewBuildResourceReturns

func (fake *FakeResourceFactory) NewBuildResourceReturns(result1 resource.Resource, result2 []resource.InputSource, result3 error)

func (*FakeResourceFactory) NewCheckResource

func (fake *FakeResourceFactory) NewCheckResource(logger lager.Logger, id worker.Identifier, metadata worker.Metadata, resourceSpec worker.ContainerSpec, resourceTypes atc.ResourceTypes) (resource.Resource, error)

func (*FakeResourceFactory) NewCheckResourceArgsForCall

func (*FakeResourceFactory) NewCheckResourceCallCount

func (fake *FakeResourceFactory) NewCheckResourceCallCount() int

func (*FakeResourceFactory) NewCheckResourceForResourceType

func (fake *FakeResourceFactory) NewCheckResourceForResourceType(logger lager.Logger, id worker.Identifier, metadata worker.Metadata, resourceSpec worker.ContainerSpec, resourceTypes atc.ResourceTypes) (resource.Resource, error)

func (*FakeResourceFactory) NewCheckResourceForResourceTypeArgsForCall

func (fake *FakeResourceFactory) NewCheckResourceForResourceTypeArgsForCall(i int) (lager.Logger, worker.Identifier, worker.Metadata, worker.ContainerSpec, atc.ResourceTypes)

func (*FakeResourceFactory) NewCheckResourceForResourceTypeCallCount

func (fake *FakeResourceFactory) NewCheckResourceForResourceTypeCallCount() int

func (*FakeResourceFactory) NewCheckResourceForResourceTypeReturns

func (fake *FakeResourceFactory) NewCheckResourceForResourceTypeReturns(result1 resource.Resource, result2 error)

func (*FakeResourceFactory) NewCheckResourceReturns

func (fake *FakeResourceFactory) NewCheckResourceReturns(result1 resource.Resource, result2 error)

func (*FakeResourceFactory) NewResource

func (fake *FakeResourceFactory) NewResource(logger lager.Logger, id worker.Identifier, metadata worker.Metadata, resourceSpec worker.ContainerSpec, resourceTypes atc.ResourceTypes, imageFetchingDelegate worker.ImageFetchingDelegate, resourceSources map[string]worker.ArtifactSource) (resource.Resource, []string, error)

func (*FakeResourceFactory) NewResourceCallCount

func (fake *FakeResourceFactory) NewResourceCallCount() int

func (*FakeResourceFactory) NewResourceReturns

func (fake *FakeResourceFactory) NewResourceReturns(result1 resource.Resource, result2 []string, result3 error)

type FakeResourceFactoryFactory

type FakeResourceFactoryFactory struct {
	FactoryForStub func(workerClient worker.Client) resource.ResourceFactory
	// contains filtered or unexported fields
}

func (*FakeResourceFactoryFactory) FactoryFor

func (fake *FakeResourceFactoryFactory) FactoryFor(workerClient worker.Client) resource.ResourceFactory

func (*FakeResourceFactoryFactory) FactoryForArgsForCall

func (fake *FakeResourceFactoryFactory) FactoryForArgsForCall(i int) worker.Client

func (*FakeResourceFactoryFactory) FactoryForCallCount

func (fake *FakeResourceFactoryFactory) FactoryForCallCount() int

func (*FakeResourceFactoryFactory) FactoryForReturns

func (fake *FakeResourceFactoryFactory) FactoryForReturns(result1 resource.ResourceFactory)

func (*FakeResourceFactoryFactory) Invocations

func (fake *FakeResourceFactoryFactory) Invocations() map[string][][]interface{}

type FakeResourceInstance

type FakeResourceInstance struct {
	FindOnStub func(lager.Logger, worker.Client) (worker.Volume, bool, error)

	FindOrCreateOnStub func(lager.Logger, worker.Client) (worker.Volume, error)

	ResourceCacheIdentifierStub func() worker.ResourceCacheIdentifier
	// contains filtered or unexported fields
}

func (*FakeResourceInstance) FindOn

func (fake *FakeResourceInstance) FindOn(arg1 lager.Logger, arg2 worker.Client) (worker.Volume, bool, error)

func (*FakeResourceInstance) FindOnArgsForCall

func (fake *FakeResourceInstance) FindOnArgsForCall(i int) (lager.Logger, worker.Client)

func (*FakeResourceInstance) FindOnCallCount

func (fake *FakeResourceInstance) FindOnCallCount() int

func (*FakeResourceInstance) FindOnReturns

func (fake *FakeResourceInstance) FindOnReturns(result1 worker.Volume, result2 bool, result3 error)

func (*FakeResourceInstance) FindOrCreateOn

func (fake *FakeResourceInstance) FindOrCreateOn(arg1 lager.Logger, arg2 worker.Client) (worker.Volume, error)

func (*FakeResourceInstance) FindOrCreateOnArgsForCall

func (fake *FakeResourceInstance) FindOrCreateOnArgsForCall(i int) (lager.Logger, worker.Client)

func (*FakeResourceInstance) FindOrCreateOnCallCount

func (fake *FakeResourceInstance) FindOrCreateOnCallCount() int

func (*FakeResourceInstance) FindOrCreateOnReturns

func (fake *FakeResourceInstance) FindOrCreateOnReturns(result1 worker.Volume, result2 error)

func (*FakeResourceInstance) Invocations

func (fake *FakeResourceInstance) Invocations() map[string][][]interface{}

func (*FakeResourceInstance) ResourceCacheIdentifier

func (fake *FakeResourceInstance) ResourceCacheIdentifier() worker.ResourceCacheIdentifier

func (*FakeResourceInstance) ResourceCacheIdentifierCallCount

func (fake *FakeResourceInstance) ResourceCacheIdentifierCallCount() int

func (*FakeResourceInstance) ResourceCacheIdentifierReturns

func (fake *FakeResourceInstance) ResourceCacheIdentifierReturns(result1 worker.ResourceCacheIdentifier)

type FakeResourceOptions

type FakeResourceOptions struct {
	IOConfigStub func() resource.IOConfig

	SourceStub func() atc.Source

	ParamsStub func() atc.Params

	VersionStub func() atc.Version

	ResourceTypeStub func() resource.ResourceType

	LockNameStub func(workerName string) (string, error)
	// contains filtered or unexported fields
}

func (*FakeResourceOptions) IOConfig

func (fake *FakeResourceOptions) IOConfig() resource.IOConfig

func (*FakeResourceOptions) IOConfigCallCount

func (fake *FakeResourceOptions) IOConfigCallCount() int

func (*FakeResourceOptions) IOConfigReturns

func (fake *FakeResourceOptions) IOConfigReturns(result1 resource.IOConfig)

func (*FakeResourceOptions) Invocations

func (fake *FakeResourceOptions) Invocations() map[string][][]interface{}

func (*FakeResourceOptions) LockName

func (fake *FakeResourceOptions) LockName(workerName string) (string, error)

func (*FakeResourceOptions) LockNameArgsForCall

func (fake *FakeResourceOptions) LockNameArgsForCall(i int) string

func (*FakeResourceOptions) LockNameCallCount

func (fake *FakeResourceOptions) LockNameCallCount() int

func (*FakeResourceOptions) LockNameReturns

func (fake *FakeResourceOptions) LockNameReturns(result1 string, result2 error)

func (*FakeResourceOptions) Params

func (fake *FakeResourceOptions) Params() atc.Params

func (*FakeResourceOptions) ParamsCallCount

func (fake *FakeResourceOptions) ParamsCallCount() int

func (*FakeResourceOptions) ParamsReturns

func (fake *FakeResourceOptions) ParamsReturns(result1 atc.Params)

func (*FakeResourceOptions) ResourceType

func (fake *FakeResourceOptions) ResourceType() resource.ResourceType

func (*FakeResourceOptions) ResourceTypeCallCount

func (fake *FakeResourceOptions) ResourceTypeCallCount() int

func (*FakeResourceOptions) ResourceTypeReturns

func (fake *FakeResourceOptions) ResourceTypeReturns(result1 resource.ResourceType)

func (*FakeResourceOptions) Source

func (fake *FakeResourceOptions) Source() atc.Source

func (*FakeResourceOptions) SourceCallCount

func (fake *FakeResourceOptions) SourceCallCount() int

func (*FakeResourceOptions) SourceReturns

func (fake *FakeResourceOptions) SourceReturns(result1 atc.Source)

func (*FakeResourceOptions) Version

func (fake *FakeResourceOptions) Version() atc.Version

func (*FakeResourceOptions) VersionCallCount

func (fake *FakeResourceOptions) VersionCallCount() int

func (*FakeResourceOptions) VersionReturns

func (fake *FakeResourceOptions) VersionReturns(result1 atc.Version)

type FakeVersionedSource

type FakeVersionedSource struct {
	VersionStub func() atc.Version

	MetadataStub func() []atc.MetadataField

	StreamOutStub func(string) (io.ReadCloser, error)

	StreamInStub func(string, io.Reader) error

	VolumeStub func() worker.Volume
	// contains filtered or unexported fields
}

func (*FakeVersionedSource) Invocations

func (fake *FakeVersionedSource) Invocations() map[string][][]interface{}

func (*FakeVersionedSource) Metadata

func (fake *FakeVersionedSource) Metadata() []atc.MetadataField

func (*FakeVersionedSource) MetadataCallCount

func (fake *FakeVersionedSource) MetadataCallCount() int

func (*FakeVersionedSource) MetadataReturns

func (fake *FakeVersionedSource) MetadataReturns(result1 []atc.MetadataField)

func (*FakeVersionedSource) StreamIn

func (fake *FakeVersionedSource) StreamIn(arg1 string, arg2 io.Reader) error

func (*FakeVersionedSource) StreamInArgsForCall

func (fake *FakeVersionedSource) StreamInArgsForCall(i int) (string, io.Reader)

func (*FakeVersionedSource) StreamInCallCount

func (fake *FakeVersionedSource) StreamInCallCount() int

func (*FakeVersionedSource) StreamInReturns

func (fake *FakeVersionedSource) StreamInReturns(result1 error)

func (*FakeVersionedSource) StreamOut

func (fake *FakeVersionedSource) StreamOut(arg1 string) (io.ReadCloser, error)

func (*FakeVersionedSource) StreamOutArgsForCall

func (fake *FakeVersionedSource) StreamOutArgsForCall(i int) string

func (*FakeVersionedSource) StreamOutCallCount

func (fake *FakeVersionedSource) StreamOutCallCount() int

func (*FakeVersionedSource) StreamOutReturns

func (fake *FakeVersionedSource) StreamOutReturns(result1 io.ReadCloser, result2 error)

func (*FakeVersionedSource) Version

func (fake *FakeVersionedSource) Version() atc.Version

func (*FakeVersionedSource) VersionCallCount

func (fake *FakeVersionedSource) VersionCallCount() int

func (*FakeVersionedSource) VersionReturns

func (fake *FakeVersionedSource) VersionReturns(result1 atc.Version)

func (*FakeVersionedSource) Volume

func (fake *FakeVersionedSource) Volume() worker.Volume

func (*FakeVersionedSource) VolumeCallCount

func (fake *FakeVersionedSource) VolumeCallCount() int

func (*FakeVersionedSource) VolumeReturns

func (fake *FakeVersionedSource) VolumeReturns(result1 worker.Volume)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL