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
Click to show internal directories.
Click to hide internal directories.