fakes

package
v1.3.1 Latest Latest
Warning

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

Go to latest
Published: Nov 15, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BindingResolver

type BindingResolver struct {
	ResolveCall struct {
		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)
		// contains filtered or unexported fields
	}
}

func (*BindingResolver) Resolve

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

Jump to

Keyboard shortcuts

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