package
0.11.36
Repository: https://github.com/allegro/mesos-executor.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Constants

AfterTaskHealthyEvent is an event type that occurs right after first successful task health check pass.
BeforeTaskStartEvent is an event type that occurs right before task is started.
BeforeTerminateEvent is an event type that occurs right before task is terminated.

# Structs

Event is a container type for various event specific data.
Manager is a helper type that simplifies calling group of hooks and handling returned errors.
NoopHook is a hook that ignores all events.

# Interfaces

Hook is an interface for various executor extensions, that can add some actions during task lifecycle events.

# Type aliases

Env is a container for os.Environ style list of combined environment variable strings.
EventType represents task lifecycle event type.