event

package
v0.65.0 Latest Latest
Warning

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

Go to latest
Published: Jul 22, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Event

type Event struct {
	Metadata     Metadata               `yaml:"metadata"`
	RelatedTasks []string               `yaml:"related-tasks"`
	Payload      map[string]interface{} `yaml:"payload"`
}

Event - means that something happen

type Metadata

type Metadata struct {
	Name      string    `yaml:"name"`
	ID        string    `yaml:"id"`
	CreatedAt time.Time `yaml:"created-at"`
	Task      string    `yaml:"task"`
}

Metadata of a task

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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