package calls

import "github.com/mesos/mesos-go/api/v1/lib/executor/calls"

Index

Functions

func Executor

func Executor(id string) executor.CallOpt

Executor sets a executor.Call's ExecutorID

func Framework

func Framework(id string) executor.CallOpt

Framework sets a executor.Call's FrameworkID

func Message

func Message(data []byte) *executor.Call

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

func Update(status mesos.TaskStatus) *executor.Call

Update returns an executor call with the given parameters.

Source Files

calls.go

Version
v0.0.3
Published
Jun 19, 2017
Platform
js/wasm
Imports
2 packages
Last checked
47 minutes ago

Tools for package owners.