Documentation ¶ Index ¶ func Register(name string, executor Executor) func Startup() bool type Executor type Registry func New() *Registry func (r *Registry) Exec(name string) bool func (r *Registry) Register(name string, executor Executor) error func (r *Registry) Startup() bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Register ¶ func Register(name string, executor Executor) func Startup ¶ func Startup() bool Types ¶ type Executor ¶ type Executor func() type Registry ¶ type Registry struct { // contains filtered or unexported fields } func New ¶ func New() *Registry func (*Registry) Exec ¶ func (r *Registry) Exec(name string) bool func (*Registry) Register ¶ func (r *Registry) Register(name string, executor Executor) error func (*Registry) Startup ¶ func (r *Registry) Startup() bool Source Files ¶ View all Source files reexec.go Click to show internal directories. Click to hide internal directories.