resourcefakes

package
v0.0.0-...-5ad8e91 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2016 License: Apache-2.0 Imports: 9 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

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 FakeArtifactDestination

type FakeArtifactDestination struct {
	StreamInStub func(string, io.Reader) error
	// contains filtered or unexported fields
}

func (*FakeArtifactDestination) Invocations

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

func (*FakeArtifactDestination) StreamIn

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

func (*FakeArtifactDestination) StreamInArgsForCall

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

func (*FakeArtifactDestination) StreamInCallCount

func (fake *FakeArtifactDestination) StreamInCallCount() int

func (*FakeArtifactDestination) StreamInReturns

func (fake *FakeArtifactDestination) StreamInReturns(result1 error)

type FakeArtifactSource

type FakeArtifactSource struct {
	StreamToStub func(resource.ArtifactDestination) error

	VolumeOnStub func(worker.Worker) (worker.Volume, bool, error)
	// contains filtered or unexported fields
}

func (*FakeArtifactSource) Invocations

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

func (*FakeArtifactSource) StreamTo

func (*FakeArtifactSource) StreamToArgsForCall

func (fake *FakeArtifactSource) StreamToArgsForCall(i int) resource.ArtifactDestination

func (*FakeArtifactSource) StreamToCallCount

func (fake *FakeArtifactSource) StreamToCallCount() int

func (*FakeArtifactSource) StreamToReturns

func (fake *FakeArtifactSource) StreamToReturns(result1 error)

func (*FakeArtifactSource) VolumeOn

func (fake *FakeArtifactSource) VolumeOn(arg1 worker.Worker) (worker.Volume, bool, error)

func (*FakeArtifactSource) VolumeOnArgsForCall

func (fake *FakeArtifactSource) VolumeOnArgsForCall(i int) worker.Worker

func (*FakeArtifactSource) VolumeOnCallCount

func (fake *FakeArtifactSource) VolumeOnCallCount() int

func (*FakeArtifactSource) VolumeOnReturns

func (fake *FakeArtifactSource) VolumeOnReturns(result1 worker.Volume, result2 bool, result3 error)

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 FakeCacheIdentifier

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

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

	VolumeIdentifierStub func() worker.VolumeIdentifier
	// contains filtered or unexported fields
}

func (*FakeCacheIdentifier) CreateOn

func (fake *FakeCacheIdentifier) CreateOn(arg1 lager.Logger, arg2 worker.Client) (worker.Volume, error)

func (*FakeCacheIdentifier) CreateOnArgsForCall

func (fake *FakeCacheIdentifier) CreateOnArgsForCall(i int) (lager.Logger, worker.Client)

func (*FakeCacheIdentifier) CreateOnCallCount

func (fake *FakeCacheIdentifier) CreateOnCallCount() int

func (*FakeCacheIdentifier) CreateOnReturns

func (fake *FakeCacheIdentifier) CreateOnReturns(result1 worker.Volume, result2 error)

func (*FakeCacheIdentifier) FindOn

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

func (*FakeCacheIdentifier) FindOnArgsForCall

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

func (*FakeCacheIdentifier) FindOnCallCount

func (fake *FakeCacheIdentifier) FindOnCallCount() int

func (*FakeCacheIdentifier) FindOnReturns

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

func (*FakeCacheIdentifier) Invocations

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

func (*FakeCacheIdentifier) VolumeIdentifier

func (fake *FakeCacheIdentifier) VolumeIdentifier() worker.VolumeIdentifier

func (*FakeCacheIdentifier) VolumeIdentifierCallCount

func (fake *FakeCacheIdentifier) VolumeIdentifierCallCount() int

func (*FakeCacheIdentifier) VolumeIdentifierReturns

func (fake *FakeCacheIdentifier) VolumeIdentifierReturns(result1 worker.VolumeIdentifier)

type FakeFetchContainerCreator

type FakeFetchContainerCreator struct {
	CreateWithVolumeStub func(string, worker.Volume, worker.Worker) (worker.Container, error)
	// contains filtered or unexported fields
}

func (*FakeFetchContainerCreator) CreateWithVolume

func (fake *FakeFetchContainerCreator) CreateWithVolume(arg1 string, arg2 worker.Volume, arg3 worker.Worker) (worker.Container, error)

func (*FakeFetchContainerCreator) CreateWithVolumeArgsForCall

func (fake *FakeFetchContainerCreator) CreateWithVolumeArgsForCall(i int) (string, worker.Volume, worker.Worker)

func (*FakeFetchContainerCreator) CreateWithVolumeCallCount

func (fake *FakeFetchContainerCreator) CreateWithVolumeCallCount() int

func (*FakeFetchContainerCreator) CreateWithVolumeReturns

func (fake *FakeFetchContainerCreator) CreateWithVolumeReturns(result1 worker.Container, result2 error)

func (*FakeFetchContainerCreator) Invocations

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

type FakeFetchContainerCreatorFactory

type FakeFetchContainerCreatorFactory struct {
	NewFetchContainerCreatorStub func(logger lager.Logger, resourceTypes atc.ResourceTypes, tags atc.Tags, teamID int, session resource.Session, metadata resource.Metadata, imageFetchingDelegate worker.ImageFetchingDelegate) resource.FetchContainerCreator
	// contains filtered or unexported fields
}

func (*FakeFetchContainerCreatorFactory) Invocations

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

func (*FakeFetchContainerCreatorFactory) NewFetchContainerCreator

func (fake *FakeFetchContainerCreatorFactory) NewFetchContainerCreator(logger lager.Logger, resourceTypes atc.ResourceTypes, tags atc.Tags, teamID int, session resource.Session, metadata resource.Metadata, imageFetchingDelegate worker.ImageFetchingDelegate) resource.FetchContainerCreator

func (*FakeFetchContainerCreatorFactory) NewFetchContainerCreatorArgsForCall

func (*FakeFetchContainerCreatorFactory) NewFetchContainerCreatorCallCount

func (fake *FakeFetchContainerCreatorFactory) NewFetchContainerCreatorCallCount() int

func (*FakeFetchContainerCreatorFactory) NewFetchContainerCreatorReturns

func (fake *FakeFetchContainerCreatorFactory) NewFetchContainerCreatorReturns(result1 resource.FetchContainerCreator)

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

	ReleaseStub func(*time.Duration)
	// 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) Release

func (fake *FakeFetchSource) Release(arg1 *time.Duration)

func (*FakeFetchSource) ReleaseArgsForCall

func (fake *FakeFetchSource) ReleaseArgsForCall(i int) *time.Duration

func (*FakeFetchSource) ReleaseCallCount

func (fake *FakeFetchSource) ReleaseCallCount() int

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, tags atc.Tags, teamID int, resourceTypes atc.ResourceTypes, cacheIdentifier resource.CacheIdentifier, resourceOptions resource.ResourceOptions, containerCreator resource.FetchContainerCreator) 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, tags atc.Tags, teamID int, resourceTypes atc.ResourceTypes, cacheIdentifier resource.CacheIdentifier, resourceOptions resource.ResourceOptions, containerCreator resource.FetchContainerCreator) 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, cacheIdentifier resource.CacheIdentifier, 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, cacheIdentifier resource.CacheIdentifier, 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 FakeLockDB

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

func (*FakeLockDB) GetTaskLock

func (fake *FakeLockDB) GetTaskLock(logger lager.Logger, lockName string) (db.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 db.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, resource.ArtifactSource, <-chan os.Signal, chan<- struct{}) (resource.VersionedSource, error)

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

	ReleaseStub func(*time.Duration)
	// 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) 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 resource.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, resource.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)

func (*FakeResource) Release

func (fake *FakeResource) Release(arg1 *time.Duration)

func (*FakeResource) ReleaseArgsForCall

func (fake *FakeResource) ReleaseArgsForCall(i int) *time.Duration

func (*FakeResource) ReleaseCallCount

func (fake *FakeResource) ReleaseCallCount() int

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 FakeTracker

func (*FakeTracker) Init

func (*FakeTracker) InitCallCount

func (fake *FakeTracker) InitCallCount() int

func (*FakeTracker) InitReturns

func (fake *FakeTracker) InitReturns(result1 resource.Resource, result2 error)

func (*FakeTracker) InitWithSources

func (*FakeTracker) InitWithSourcesCallCount

func (fake *FakeTracker) InitWithSourcesCallCount() int

func (*FakeTracker) InitWithSourcesReturns

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

func (*FakeTracker) Invocations

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

type FakeTrackerFactory

type FakeTrackerFactory struct {
	TrackerForStub func(client worker.Client) resource.Tracker
	// contains filtered or unexported fields
}

func (*FakeTrackerFactory) Invocations

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

func (*FakeTrackerFactory) TrackerFor

func (fake *FakeTrackerFactory) TrackerFor(client worker.Client) resource.Tracker

func (*FakeTrackerFactory) TrackerForArgsForCall

func (fake *FakeTrackerFactory) TrackerForArgsForCall(i int) worker.Client

func (*FakeTrackerFactory) TrackerForCallCount

func (fake *FakeTrackerFactory) TrackerForCallCount() int

func (*FakeTrackerFactory) TrackerForReturns

func (fake *FakeTrackerFactory) TrackerForReturns(result1 resource.Tracker)

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