startup

package
v0.0.0-...-2798f75 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2023 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Input

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

type InputFactory

type InputFactory struct {
}

func NewInputFactory

func NewInputFactory() *InputFactory

func (*InputFactory) Create

func (inputFactory *InputFactory) Create() *Input

type InputStore

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

func NewInputStore

func NewInputStore(input *Input) *InputStore

func (*InputStore) Store

func (inputStore *InputStore) Store() error

type InputValidator

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

func NewInputValidator

func NewInputValidator(input *Input) *InputValidator

func (*InputValidator) Validate

func (validator *InputValidator) Validate() error

type Runner

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

func NewRunner

func NewRunner(input *Input, codefreshApi codefresh.CodefreshApi) *Runner

func (*Runner) Run

func (runner *Runner) Run() error

Jump to

Keyboard shortcuts

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