fakes

package
v1.0.34 Latest Latest
Warning

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

Go to latest
Published: Jan 20, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BindingResolver added in v0.4.0

type BindingResolver struct {
	ResolveCall struct {
		sync.Mutex
		CallCount int
		Receives  struct {
			Typ         string
			Provider    string
			PlatformDir string
		}
		Returns struct {
			BindingSlice []servicebindings.Binding
			Error        error
		}
		Stub func(string, string, string) ([]servicebindings.Binding, error)
	}
}

func (*BindingResolver) Resolve added in v0.4.0

func (f *BindingResolver) Resolve(param1 string, param2 string, param3 string) ([]servicebindings.Binding, error)

type CredentialManager added in v0.4.0

type CredentialManager struct {
	SetupCall struct {
		sync.Mutex
		CallCount int
		Receives  struct {
			WorkingDir   string
			PlatformPath string
		}
		Returns struct {
			Err error
		}
		Stub func(string, string) error
	}
}

func (*CredentialManager) Setup added in v0.4.0

func (f *CredentialManager) Setup(param1 string, param2 string) error

type Executable

type Executable struct {
	ExecuteCall struct {
		sync.Mutex
		CallCount int
		Receives  struct {
			Execution pexec.Execution
		}
		Returns struct {
			Err error
		}
		Stub func(pexec.Execution) error
	}
}

func (*Executable) Execute

func (f *Executable) Execute(param1 pexec.Execution) error

Jump to

Keyboard shortcuts

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