Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecOutput ¶
ExecOutput contains the stdout and stderr output, they are used to store the output of the flashing and upload
type FlashResult ¶
type FlashResult struct { Programmer *ExecOutput `json:"programmer"` Flasher *ExecOutput `json:"flasher,omitempty"` Version string `json:"version,omitempty"` }
FlashResult contains the result of the flashing procedure
func (*FlashResult) Data ¶
func (r *FlashResult) Data() interface{}
func (*FlashResult) String ¶
func (r *FlashResult) String() string
Click to show internal directories.
Click to hide internal directories.