Discover Packages
github.com/dominicbreuker/pspy
internal
pspy
package
Version:
v1.2.1
Opens a new window with list of versions in this module.
Published: Jan 17, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type FSWatcher interface {
Init(rdirs, dirs []string ) (chan error , chan struct{})
Run() (chan struct{}, chan string , chan error )
Enable()
}
type Logger interface {
Infof(format string , v ...interface{})
Errorf(debug bool , format string , v ...interface{})
Eventf(color int , format string , v ...interface{})
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.