types

package
v0.0.0-...-735ccfd Latest Latest
Warning

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

Go to latest
Published: Oct 1, 2018 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Job

type Job struct {
	ID        uuid.UUID              `json:"id"`
	Errors    []string               `json:"errors"`
	ErrorURI  *string                `json:"error_uri"`
	ExecuteAt time.Time              `json:"execute_at"`
	Payload   map[string]interface{} `json:"payload"`
	Sent      bool                   `json:"sent"`
	Try       int                    `json:"try"`
	URI       string                 `json:"uri"`
	CreatedAt time.Time              `json:"created_at"`
	UpdatedAt time.Time              `json:"updated_at"`
}

Job contains the information needed to execute a job

Jump to

Keyboard shortcuts

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