Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action struct { common.Accessory ScreenshotRequest *v1.ScreenshotRequest ClearSystemEventLogRequest *v1.ClearSystemEventLogRequest SendNMIRequest *v1.SendNMIRequest }
func NewNMISender ¶
func NewNMISender(req *v1.SendNMIRequest, opts ...Option) (*Action, error)
func NewScreenshotter ¶
func NewScreenshotter(req *v1.ScreenshotRequest, opts ...Option) (*Action, error)
func NewSystemEventLogClearer ¶
func NewSystemEventLogClearer(req *v1.ClearSystemEventLogRequest, opts ...Option) (*Action, error)
func (Action) ClearSystemEventLog ¶
func (Action) GetScreenshot ¶
type Option ¶
Option to add to an Actions.
func WithStatusMessage ¶
WithStatusMessage adds a status message chan to an Action struct.
Click to show internal directories.
Click to hide internal directories.