job

package
v0.0.0-...-f266d1f Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Delete

func Delete(c echo.Context) error

func Get

func Get(c echo.Context) error

func List

func List(c echo.Context) error

func Post

func Post(c echo.Context) error

Types

type PostRequest

type PostRequest struct {
	Alias   string                 `json:"alias"`
	Trigger *trigger.CreateRequest `json:"trigger"`
	Tasks   []struct {
		Atom   *atom.CreateRequest `json:"atom"`
		NextID *string             `json:"next_id"`
	} `json:"tasks"`
}

Jump to

Keyboard shortcuts

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