valueobjects

package
v0.0.0-...-b38b6e4 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Definition

type Definition struct {
	Name  string `json:"name" yaml:"name"`
	Steps []Step `yaml:"steps"`
}

func DefinitionFromYAML

func DefinitionFromYAML(data []byte) (Definition, error)

func DefinitionFromYAMLFile

func DefinitionFromYAMLFile(path string) (Definition, error)

type Step

type Step struct {
	Name string `yaml:"name"`
	Run  string `yaml:"run"`
}

Jump to

Keyboard shortcuts

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