v1

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: May 21, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetOptional

func GetOptional[T any](o Options, key string) (T, error)

func GetRequired

func GetRequired[T any](o Options, key string) (T, error)

Types

type Options

type Options map[string]any

type Pipeline

type Pipeline struct {
	Base       string      `json:"base"`
	Statements []Statement `json:"statements"`
}

type Statement

type Statement struct {
	Name    string  `json:"name"`
	Options Options `json:"options"`
}

Jump to

Keyboard shortcuts

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