Documentation
¶
Index ¶
- func ForkQuiet(ctl app_control.Control, name string) (app_control.Control, error)
- func New(wb app_workspace.Bundle, ui app_ui.UI, feature app_feature.Feature, ...) app_control.Control
- func WithForkedQuiet(ctl app_control.Control, name string, f func(c app_control.Control) error) error
- type ForkableControl
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ForkQuiet ¶
func ForkQuiet(ctl app_control.Control, name string) (app_control.Control, error)
func New ¶
func New(wb app_workspace.Bundle, ui app_ui.UI, feature app_feature.Feature, seq eq_sequence.Sequence, er app_error.ErrorReport) app_control.Control
func WithForkedQuiet ¶
func WithForkedQuiet(ctl app_control.Control, name string, f func(c app_control.Control) error) error
Types ¶
type ForkableControl ¶
type ForkableControl interface {
app_control.Control
// Fork control with error report
WithErrorReport(er app_error.ErrorReport) ForkableControl
// Fork control with sequence
WithSequence(seq eq_sequence.Sequence) ForkableControl
}
Click to show internal directories.
Click to hide internal directories.