Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Add ¶
type Add struct {
// contains filtered or unexported fields
}
Add manages the adding execution context.
func (*Add) Run ¶
func (a *Add) Run(params AddRunParams) (rerr error)
Run executes the add behavior.
type AddRunParams ¶
type AddRunParams struct {
Params
}
AddRunParams tracks the info required for running Add.
type List ¶
type List struct {
// contains filtered or unexported fields
}
List manages the listing execution context.
type Params ¶
type Params struct {
Platform PlatformVersion
BitWidth int
// contains filtered or unexported fields
}
Params represents the minimal defining details of a platform.
type Platform ¶
type Platform struct {
Name string `json:"name"`
Version string `json:"version"`
Arch string `json:"arch"`
BitWidth string `json:"bitWidth"`
}
Platform represents the output data of a platform.
type PlatformVersion ¶
type PlatformVersion struct {
captain.NameVersionValue
}
func (*PlatformVersion) Set ¶
func (pv *PlatformVersion) Set(arg string) error
type Remove ¶
type Remove struct {
// contains filtered or unexported fields
}
func (*Remove) Run ¶
func (a *Remove) Run(params RemoveRunParams) (rerr error)
type RemoveRunParams ¶
type RemoveRunParams struct {
Params
}
Click to show internal directories.
Click to hide internal directories.