test

package
v1.0.4 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2015 License: Apache-2.0 Imports: 0 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) 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) Fetch

func (f *FakeGit) Fetch(source string) 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) 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