fakes

package
v0.0.0-...-b097151 Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2020 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeCore

type FakeCore struct {
	AuthStub func() auth.Auth

	EventsStub func(context.Context)

	LsStub func(context.Context, string)

	NodeStub func() node.Node

	OpStub func() op.Op

	RunStub func(context.Context, string, *model.RunOpts)

	SelfUpdateStub func(string)

	UIStub func(string)
	// contains filtered or unexported fields
}

func (*FakeCore) Auth

func (fake *FakeCore) Auth() auth.Auth

func (*FakeCore) AuthCallCount

func (fake *FakeCore) AuthCallCount() int

func (*FakeCore) AuthCalls

func (fake *FakeCore) AuthCalls(stub func() auth.Auth)

func (*FakeCore) AuthReturns

func (fake *FakeCore) AuthReturns(result1 auth.Auth)

func (*FakeCore) AuthReturnsOnCall

func (fake *FakeCore) AuthReturnsOnCall(i int, result1 auth.Auth)

func (*FakeCore) Events

func (fake *FakeCore) Events(arg1 context.Context)

func (*FakeCore) EventsArgsForCall

func (fake *FakeCore) EventsArgsForCall(i int) context.Context

func (*FakeCore) EventsCallCount

func (fake *FakeCore) EventsCallCount() int

func (*FakeCore) EventsCalls

func (fake *FakeCore) EventsCalls(stub func(context.Context))

func (*FakeCore) Invocations

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

func (*FakeCore) Ls

func (fake *FakeCore) Ls(arg1 context.Context, arg2 string)

func (*FakeCore) LsArgsForCall

func (fake *FakeCore) LsArgsForCall(i int) (context.Context, string)

func (*FakeCore) LsCallCount

func (fake *FakeCore) LsCallCount() int

func (*FakeCore) LsCalls

func (fake *FakeCore) LsCalls(stub func(context.Context, string))

func (*FakeCore) Node

func (fake *FakeCore) Node() node.Node

func (*FakeCore) NodeCallCount

func (fake *FakeCore) NodeCallCount() int

func (*FakeCore) NodeCalls

func (fake *FakeCore) NodeCalls(stub func() node.Node)

func (*FakeCore) NodeReturns

func (fake *FakeCore) NodeReturns(result1 node.Node)

func (*FakeCore) NodeReturnsOnCall

func (fake *FakeCore) NodeReturnsOnCall(i int, result1 node.Node)

func (*FakeCore) Op

func (fake *FakeCore) Op() op.Op

func (*FakeCore) OpCallCount

func (fake *FakeCore) OpCallCount() int

func (*FakeCore) OpCalls

func (fake *FakeCore) OpCalls(stub func() op.Op)

func (*FakeCore) OpReturns

func (fake *FakeCore) OpReturns(result1 op.Op)

func (*FakeCore) OpReturnsOnCall

func (fake *FakeCore) OpReturnsOnCall(i int, result1 op.Op)

func (*FakeCore) Run

func (fake *FakeCore) Run(arg1 context.Context, arg2 string, arg3 *model.RunOpts)

func (*FakeCore) RunArgsForCall

func (fake *FakeCore) RunArgsForCall(i int) (context.Context, string, *model.RunOpts)

func (*FakeCore) RunCallCount

func (fake *FakeCore) RunCallCount() int

func (*FakeCore) RunCalls

func (fake *FakeCore) RunCalls(stub func(context.Context, string, *model.RunOpts))

func (*FakeCore) SelfUpdate

func (fake *FakeCore) SelfUpdate(arg1 string)

func (*FakeCore) SelfUpdateArgsForCall

func (fake *FakeCore) SelfUpdateArgsForCall(i int) string

func (*FakeCore) SelfUpdateCallCount

func (fake *FakeCore) SelfUpdateCallCount() int

func (*FakeCore) SelfUpdateCalls

func (fake *FakeCore) SelfUpdateCalls(stub func(string))

func (*FakeCore) UI

func (fake *FakeCore) UI(arg1 string)

func (*FakeCore) UIArgsForCall

func (fake *FakeCore) UIArgsForCall(i int) string

func (*FakeCore) UICallCount

func (fake *FakeCore) UICallCount() int

func (*FakeCore) UICalls

func (fake *FakeCore) UICalls(stub func(string))

Jump to

Keyboard shortcuts

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