start

package
v0.0.0-...-c7c8200 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: Apache-2.0 Imports: 27 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ScannerStartSize = 4096
	ScannerMaxSize   = 20 * 1024 * 1024
)

Variables

View Source
var (
	Exec exec.Interface = &exec.Exec{}
)

Functions

This section is empty.

Types

type Interface

type Interface interface {
	Start1(context.Context, Options1) error
	Start2(context.Context, io.Writer, Options2) error
}

func New

func New() Interface

type Options1

type Options1 struct {
	App      string
	Build    bool
	Cache    bool
	Command  []string
	Manifest string
	Service  string
	Shift    int
	Sync     bool
}

type Options2

type Options2 struct {
	App      string
	Build    bool
	Cache    bool
	Manifest string
	Provider structs.Provider
	Services []string
	Sync     bool
	Test     bool
}

type Start

type Start struct{}

func (*Start) Start1

func (s *Start) Start1(ctx context.Context, opts Options1) error

func (*Start) Start2

func (s *Start) Start2(ctx context.Context, w io.Writer, opts Options2) error

Jump to

Keyboard shortcuts

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