Documentation
¶
Index ¶
- func FindProcessByName(ctx context.Context, name string) (processes []proc.IProcess, err error)
- func FindProcessByRegex(ctx context.Context, re *regexp.Regexp) (processes []proc.IProcess, err error)
- func FindProcessByRegexForFS(ctx context.Context, fs filesystem.FS, re *regexp.Regexp) (processes []proc.IProcess, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindProcessByName ¶
FindProcessByName will search for the processes that match a specific name
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.