Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Executable ¶
type PackageInterface ¶
type PackageInterface struct {
GetPackageManagerCall struct {
sync.Mutex
CallCount int
Receives struct {
Path string
}
Returns struct {
String string
}
Stub func(string) string
}
GetPackageScriptsCall struct {
sync.Mutex
CallCount int
Receives struct {
Path string
}
Returns struct {
MapStringString map[string]string
Error error
}
Stub func(string) (map[string]string, error)
}
}
func (*PackageInterface) GetPackageManager ¶
func (f *PackageInterface) GetPackageManager(param1 string) string
func (*PackageInterface) GetPackageScripts ¶
func (f *PackageInterface) GetPackageScripts(param1 string) (map[string]string, error)
Click to show internal directories.
Click to hide internal directories.