job

package
v0.0.0-...-356e89f Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2016 License: Apache-2.0 Imports: 2 Imported by: 2

Documentation

Overview

Package job provides JobManager helper functions.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OutputMsg

type OutputMsg struct {
	// Input      InputMsg                    `json:"input,omitempty"`
	StartedAt  time.Time                   `json:"started_at,omitempty"`
	FinishedAt time.Time                   `json:"finished_at,omitempty"`
	Code       int                         `json:"code,omitempty"`
	Message    string                      `json:"message,omitempty"`
	Response   map[string]*json.RawMessage `json:"response,omitempty"`
}

OutputMsg defines the expected output JSON structure.

Jump to

Keyboard shortcuts

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