envfakes

package
v0.1.11 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2019 License: Apache-2.0, BSD-3-Clause, MIT Imports: 3 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 FakeEnvironment

type FakeEnvironment struct {
	GetStub func(key string) interface{}

	SetStub func(key string, value interface{})

	UnmarshalStub func(value interface{}) error

	BindPFlagStub func(key string, flag *pflag.Flag) error
	// contains filtered or unexported fields
}

func (*FakeEnvironment) BindPFlag

func (fake *FakeEnvironment) BindPFlag(key string, flag *pflag.Flag) error

func (*FakeEnvironment) BindPFlagArgsForCall

func (fake *FakeEnvironment) BindPFlagArgsForCall(i int) (string, *pflag.Flag)

func (*FakeEnvironment) BindPFlagCallCount

func (fake *FakeEnvironment) BindPFlagCallCount() int

func (*FakeEnvironment) BindPFlagReturns

func (fake *FakeEnvironment) BindPFlagReturns(result1 error)

func (*FakeEnvironment) BindPFlagReturnsOnCall

func (fake *FakeEnvironment) BindPFlagReturnsOnCall(i int, result1 error)

func (*FakeEnvironment) Get

func (fake *FakeEnvironment) Get(key string) interface{}

func (*FakeEnvironment) GetArgsForCall

func (fake *FakeEnvironment) GetArgsForCall(i int) string

func (*FakeEnvironment) GetCallCount

func (fake *FakeEnvironment) GetCallCount() int

func (*FakeEnvironment) GetReturns

func (fake *FakeEnvironment) GetReturns(result1 interface{})

func (*FakeEnvironment) GetReturnsOnCall

func (fake *FakeEnvironment) GetReturnsOnCall(i int, result1 interface{})

func (*FakeEnvironment) Invocations

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

func (*FakeEnvironment) Set

func (fake *FakeEnvironment) Set(key string, value interface{})

func (*FakeEnvironment) SetArgsForCall

func (fake *FakeEnvironment) SetArgsForCall(i int) (string, interface{})

func (*FakeEnvironment) SetCallCount

func (fake *FakeEnvironment) SetCallCount() int

func (*FakeEnvironment) Unmarshal

func (fake *FakeEnvironment) Unmarshal(value interface{}) error

func (*FakeEnvironment) UnmarshalArgsForCall

func (fake *FakeEnvironment) UnmarshalArgsForCall(i int) interface{}

func (*FakeEnvironment) UnmarshalCallCount

func (fake *FakeEnvironment) UnmarshalCallCount() int

func (*FakeEnvironment) UnmarshalReturns

func (fake *FakeEnvironment) UnmarshalReturns(result1 error)

func (*FakeEnvironment) UnmarshalReturnsOnCall

func (fake *FakeEnvironment) UnmarshalReturnsOnCall(i int, result1 error)

Jump to

Keyboard shortcuts

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