# Functions
NewMesosExecutorDriver creates a new mesos executor driver.
NewMockedExecutor returns a mocked executor.
# Structs
No description provided by the author
MesosExecutorDriver is a implementation of the ExecutorDriver.
MockedExecutor is used for testing the executor driver.
# Interfaces
*
* Executor callback interface to be implemented by frameworks' executors.
*
* ExecutorDriver interface for connecting an executor to Mesos.