Documentation ¶
Overview ¶
Package startup implements startup plugin processor
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Processor ¶
type Processor struct {
// contains filtered or unexported fields
}
Processor is an object that can process startup tasks.
func NewProcessor ¶
NewProcessor creates and returns StartupProcessor object.
func (*Processor) ExecuteTasks ¶
ExecuteTasks executes startup tasks in unix platform.
func (*Processor) IsAllowed ¶
IsAllowed returns true if the current platform allows startup processor.
func (*Processor) ModuleExecute ¶
Execute executes the startup tasks and return error if any.
func (*Processor) ModuleName ¶
Name returns the name of the module that executes the startup tasks.
Directories ¶
Path | Synopsis |
---|---|
Package model provides model definition for startup processor
|
Package model provides model definition for startup processor |
Package serialport implements serial port capabilities
|
Package serialport implements serial port capabilities |
Click to show internal directories.
Click to hide internal directories.