deploy

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 22, 2025 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsDeploymentStrategy

func IsDeploymentStrategy(err error) bool

Types

type Interface

type Interface interface {
	Empty() bool
	Verify() error
}

type Struct

type Struct struct {
	Branch  branch.String  `yaml:"branch,omitempty"`
	Release release.String `yaml:"release,omitempty"`
	Suspend suspend.Bool   `yaml:"suspend,omitempty"`
	Webhook webhook.Slice  `yaml:"webhook,omitempty"`
}

Struct defines exactly one mutually exclusive declaration of either Branch, Release, Suspend or Webhook as required deployment instruction.

func (Struct) Empty

func (s Struct) Empty() bool

func (Struct) Verify

func (s Struct) Verify() error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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