fakes

package
v0.14.31 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2024 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 BuildpackConfigParser added in v0.1.0

type BuildpackConfigParser struct {
	ParseProjectPathCall struct {
		CallCount int
		Receives  struct {
			Path string
		}
		Returns struct {
			ProjectPath string
			Err         error
		}
		Stub func(string) (string, error)
		// contains filtered or unexported fields
	}
}

func (*BuildpackConfigParser) ParseProjectPath added in v0.1.0

func (f *BuildpackConfigParser) ParseProjectPath(param1 string) (string, error)

type ConfigParser added in v0.1.0

type ConfigParser struct {
	ParseCall struct {
		CallCount int
		Receives  struct {
			Glob string
		}
		Returns struct {
			RuntimeConfig dotnetexecute.RuntimeConfig
			Error         error
		}
		Stub func(string) (dotnetexecute.RuntimeConfig, error)
		// contains filtered or unexported fields
	}
}

func (*ConfigParser) Parse added in v0.1.0

func (f *ConfigParser) Parse(param1 string) (dotnetexecute.RuntimeConfig, error)

type ProjectParser added in v0.1.0

type ProjectParser struct {
	FindProjectFileCall struct {
		CallCount int
		Receives  struct {
			Root string
		}
		Returns struct {
			String string
			Error  error
		}
		Stub func(string) (string, error)
		// contains filtered or unexported fields
	}
	NodeIsRequiredCall struct {
		CallCount int
		Receives  struct {
			Path string
		}
		Returns struct {
			Bool  bool
			Error error
		}
		Stub func(string) (bool, error)
		// contains filtered or unexported fields
	}
}

func (*ProjectParser) FindProjectFile added in v0.3.0

func (f *ProjectParser) FindProjectFile(param1 string) (string, error)

func (*ProjectParser) NodeIsRequired added in v0.1.0

func (f *ProjectParser) NodeIsRequired(param1 string) (bool, error)

type SBOMGenerator added in v0.9.0

type SBOMGenerator struct {
	GenerateCall struct {
		CallCount int
		Receives  struct {
			Path string
		}
		Returns struct {
			SBOM  sbom.SBOM
			Error error
		}
		Stub func(string) (sbom.SBOM, error)
		// contains filtered or unexported fields
	}
}

func (*SBOMGenerator) Generate added in v0.9.0

func (f *SBOMGenerator) Generate(param1 string) (sbom.SBOM, error)

Jump to

Keyboard shortcuts

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