fakes

package
v0.0.0-...-63bbd3c Latest Latest
Warning

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

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

Documentation

Overview

This file was generated by counterfeiter

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeGitHub

type FakeGitHub struct {
	ListTagsStub func() ([]*github.RepositoryTag, error)

	GetTagStub func(id string) (*github.RepositoryTag, error)

	GetTarballLinkStub func(tag string) (*url.URL, error)

	GetZipballLinkStub func(tag string) (*url.URL, error)
	// contains filtered or unexported fields
}

func (*FakeGitHub) GetTag

func (fake *FakeGitHub) GetTag(id string) (*github.RepositoryTag, error)

func (*FakeGitHub) GetTagArgsForCall

func (fake *FakeGitHub) GetTagArgsForCall(i int) string

func (*FakeGitHub) GetTagCallCount

func (fake *FakeGitHub) GetTagCallCount() int

func (*FakeGitHub) GetTagReturns

func (fake *FakeGitHub) GetTagReturns(result1 *github.RepositoryTag, result2 error)
func (fake *FakeGitHub) GetTarballLink(tag string) (*url.URL, error)

func (*FakeGitHub) GetTarballLinkArgsForCall

func (fake *FakeGitHub) GetTarballLinkArgsForCall(i int) string

func (*FakeGitHub) GetTarballLinkCallCount

func (fake *FakeGitHub) GetTarballLinkCallCount() int

func (*FakeGitHub) GetTarballLinkReturns

func (fake *FakeGitHub) GetTarballLinkReturns(result1 *url.URL, result2 error)
func (fake *FakeGitHub) GetZipballLink(tag string) (*url.URL, error)

func (*FakeGitHub) GetZipballLinkArgsForCall

func (fake *FakeGitHub) GetZipballLinkArgsForCall(i int) string

func (*FakeGitHub) GetZipballLinkCallCount

func (fake *FakeGitHub) GetZipballLinkCallCount() int

func (*FakeGitHub) GetZipballLinkReturns

func (fake *FakeGitHub) GetZipballLinkReturns(result1 *url.URL, result2 error)

func (*FakeGitHub) ListTags

func (fake *FakeGitHub) ListTags() ([]*github.RepositoryTag, error)

func (*FakeGitHub) ListTagsCallCount

func (fake *FakeGitHub) ListTagsCallCount() int

func (*FakeGitHub) ListTagsReturns

func (fake *FakeGitHub) ListTagsReturns(result1 []*github.RepositoryTag, result2 error)

Jump to

Keyboard shortcuts

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