task_examiner

package
v0.0.0-...-098adc7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 23, 2015 License: Apache-2.0 Imports: 2 Imported by: 7

Documentation

Index

Constants

View Source
const TaskNotFoundErrorMessage = "Task not found."

Variables

This section is empty.

Functions

This section is empty.

Types

type TaskExaminer

type TaskExaminer interface {
	TaskStatus(taskName string) (TaskInfo, error)
	ListTasks() ([]TaskInfo, error)
}

func New

func New(receptorClient receptor.Client) TaskExaminer

type TaskInfo

type TaskInfo struct {
	TaskGuid      string
	State         string
	CellID        string
	Failed        bool
	FailureReason string
	Result        string
}

Directories

Path Synopsis
This file was generated by counterfeiter
This file was generated by counterfeiter

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL