Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ZephyrObject ¶
type ZephyrObject struct {
metadata.ObjectMetadata
}
ZephyrObject encapsulates the "zephyr" handler data and functions
func (*ZephyrObject) Cleanup ¶
func (m *ZephyrObject) Cleanup() error
Cleanup implementation for the "zephyr" handler
func (*ZephyrObject) GetTarget ¶
func (m *ZephyrObject) GetTarget() string
GetTarget implementation for the "zephyr" handler
func (*ZephyrObject) Install ¶
func (m *ZephyrObject) Install(downloadDir string) error
Install implementation for the "zephyr" handler
func (*ZephyrObject) Setup ¶
func (m *ZephyrObject) Setup() error
Setup implementation for the "zephyr" handler
func (*ZephyrObject) SetupTarget ¶
func (m *ZephyrObject) SetupTarget(target afero.File)
SetupTarget implementation for the "zephyr" handler
Click to show internal directories.
Click to hide internal directories.