test

package
v3.9.0-alpha.4 Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeDockerClient

type FakeDockerClient struct {
	// list result
	Images []docker.APIImages
	// inspect result
	Image      *docker.Image
	ListErr    error
	InspectErr error
}

func (FakeDockerClient) InspectImage

func (f FakeDockerClient) InspectImage(name string) (*docker.Image, error)

func (FakeDockerClient) ListImages

type FakeGit

type FakeGit struct {
	RootDir               string
	GitURL                string
	Ref                   string
	CloneCalled           bool
	CheckoutCalled        bool
	SubmoduleUpdateCalled bool
}

func (*FakeGit) Add

func (f *FakeGit) Add(location string, spec string) error

func (*FakeGit) AddLocalConfig

func (f *FakeGit) AddLocalConfig(source, key, value string) error

func (*FakeGit) AddRemote

func (f *FakeGit) AddRemote(source, remote, url string) error

func (*FakeGit) Archive

func (f *FakeGit) Archive(source, ref, format string, w io.Writer) error

func (*FakeGit) Checkout

func (g *FakeGit) Checkout(dir string, ref string) error

func (*FakeGit) Clone

func (g *FakeGit) Clone(dir string, url string) error

func (*FakeGit) CloneBare

func (g *FakeGit) CloneBare(dir string, url string) error

func (*FakeGit) CloneMirror

func (g *FakeGit) CloneMirror(source, target string) error

func (*FakeGit) CloneWithOptions

func (g *FakeGit) CloneWithOptions(dir string, url string, args ...string) error

func (*FakeGit) Commit

func (f *FakeGit) Commit(location string, message string) error

func (*FakeGit) Fetch

func (f *FakeGit) Fetch(source string) error

func (*FakeGit) GetInfo

func (f *FakeGit) GetInfo(location string) (*git.SourceInfo, []error)

func (*FakeGit) GetOriginURL

func (g *FakeGit) GetOriginURL(dir string) (string, bool, error)

func (*FakeGit) GetRef

func (g *FakeGit) GetRef(dir string) string

func (*FakeGit) GetRootDir

func (g *FakeGit) GetRootDir(dir string) (string, error)

func (*FakeGit) Init

func (f *FakeGit) Init(source string, _ bool) error

func (*FakeGit) ListRemote

func (f *FakeGit) ListRemote(url string, args ...string) (string, string, error)

func (*FakeGit) ShowFormat

func (f *FakeGit) ShowFormat(source, ref, format string) (string, error)

func (*FakeGit) SubmoduleUpdate

func (g *FakeGit) SubmoduleUpdate(dir string, init, recurse bool) error

func (*FakeGit) TimedListRemote

func (f *FakeGit) TimedListRemote(timeout time.Duration, url string, args ...string) (string, string, error)

Jump to

Keyboard shortcuts

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