package calls
import "github.com/mesos/mesos-go/api/v1/lib/executor/calls"
Index ¶
- func Executor(id string) executor.CallOpt
- func Framework(id string) executor.CallOpt
- func Message(data []byte) *executor.Call
- func Subscribe(unackdTasks []mesos.TaskInfo, unackdUpdates []executor.Call_Update) *executor.Call
- func Update(status mesos.TaskStatus) *executor.Call
Functions ¶
func Executor ¶
Executor sets a executor.Call's ExecutorID
func Framework ¶
Framework sets a executor.Call's FrameworkID
func Message ¶
Message returns an executor call with the given parameters.
func Subscribe ¶
func Subscribe(unackdTasks []mesos.TaskInfo, unackdUpdates []executor.Call_Update) *executor.Call
Subscribe returns an executor call with the given parameters.
func Update ¶
Update returns an executor call with the given parameters.
Source Files ¶
- Version
- v0.0.3
- Published
- Jun 19, 2017
- Platform
- js/wasm
- Imports
- 2 packages
- Last checked
- 47 minutes ago –
Tools for package owners.