package
Version:
v0.0.0
Opens a new window with list of versions in this module.
Published: Nov 5, 2024
License:
UNKNOWN
not legal advice
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Event interface {
Type() Type
}
Custom create a new event with the given name, prefixing it with "CUSTOM_".
If the name is empty, it will panic.
type PackageUpdate struct {
Package string `json:"package"`
Files []string `json:"files"`
}
type PackagesUpdate struct {
Pkgs []PackageUpdate `json:"packages"`
}
const (
EvtReload Type = "NODE_RELOAD"
EvtReset Type = "NODE_RESET"
EvtPackagesUpdate Type = "PACKAGES_UPDATE"
EvtTxResult Type = "TX_RESULT"
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.