test

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2016 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeGit

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

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 added in v1.0.7

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 added in v1.1.1

func (g *FakeGit) CloneWithOptions(dir string, url string, opts git.CloneOptions) error

func (*FakeGit) Fetch

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

func (*FakeGit) GetInfo added in v1.1.1

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 added in v1.1.1

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

func (*FakeGit) ShowFormat

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

Jump to

Keyboard shortcuts

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