steplib

package
v0.0.0-...-d6a7560 Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2020 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Step

type Step struct {
	ID       string
	Versions []Version
	Latest   Version
}

func (Step) FindVersionByID

func (s Step) FindVersionByID(id string) Version

type StepLib

type StepLib struct {
	Steps []Step
}

func NewStepLib

func NewStepLib(rootPath string) (StepLib, error)

func (StepLib) FindStepByID

func (sl StepLib) FindStepByID(id string) Step

type Version

type Version struct {
	ID          string
	StepID      string
	StepYMLPath string
	Raw         []byte
	StepModel   stepmanModels.StepModel
}

Jump to

Keyboard shortcuts

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