circle

package module
v0.0.0-...-303e5ec Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Glorbs = map[string]*Orb{}

Global orb list for command matching during unmarshalling

Functions

This section is empty.

Types

type Config

type Config struct {
	// contains filtered or unexported fields
}

func ReadConfig

func ReadConfig(path string) (*Config, error)

func (*Config) UnmarshalYAML

func (c *Config) UnmarshalYAML(value *yaml.Node) error

Custom parser because orbs have to be evaluated before jobs

type Docker

type Docker struct {
	// contains filtered or unexported fields
}

type Job

type Job struct {
	// contains filtered or unexported fields
}

type Orb

type Orb struct {
	// contains filtered or unexported fields
}

func (*Orb) UnmarshalYAML

func (o *Orb) UnmarshalYAML(value *yaml.Node) error

type OrbCommand

type OrbCommand struct {
	// contains filtered or unexported fields
}

type OrbCommandExecution

type OrbCommandExecution struct {
	// contains filtered or unexported fields
}

type OrbConfig

type OrbConfig struct {
	// contains filtered or unexported fields
}

type OrbParameter

type OrbParameter struct {
	// contains filtered or unexported fields
}

type Run

type Run struct {
	// contains filtered or unexported fields
}

type Step

type Step struct {
	// contains filtered or unexported fields
}

func (*Step) UnmarshalYAML

func (s *Step) UnmarshalYAML(value *yaml.Node) error

type Workflow

type Workflow struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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