fakes

package
v0.1.16 Latest Latest
Warning

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

Go to latest
Published: May 11, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PrePostParser

type PrePostParser struct {
	ContainsScriptsCall struct {
		sync.Mutex
		CallCount int
		Receives  struct {
			Path string
		}
		Returns struct {
			ScriptsExist bool
			Err          error
		}
		Stub func(string) (bool, error)
	}
}

func (*PrePostParser) ContainsScripts

func (f *PrePostParser) ContainsScripts(param1 string) (bool, error)

type ScriptRewriter

type ScriptRewriter struct {
	RewriteInstallScriptsCall struct {
		sync.Mutex
		CallCount int
		Receives  struct {
			Path string
		}
		Returns struct {
			Error error
		}
		Stub func(string) error
	}
}

func (*ScriptRewriter) RewriteInstallScripts

func (f *ScriptRewriter) RewriteInstallScripts(param1 string) error

Jump to

Keyboard shortcuts

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