flasher

package
v0.0.0-...-c43e86c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 16, 2025 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExecOutput

type ExecOutput struct {
	Stdout string `json:"stdout"`
	Stderr string `json:"stderr"`
}

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL