service

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: May 3, 2021 License: Unlicense Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BuildAndUploadService

type BuildAndUploadService interface {
	Run(version string, lambdas []string, skipBuild bool)
}

func NewBuildAndUploadService

func NewBuildAndUploadService(
	orchestrator builder.Orchestrator,
	finder find.Finder,
	out io.Printer,
) BuildAndUploadService

type UpdateService

type UpdateService interface {
	Run(version string, lambdaNames []string)
}

func NewUpdateService

func NewUpdateService(
	finder find.Finder,
	updater builder.Updater,
	printer io.Printer,
	projectName *string) UpdateService

Jump to

Keyboard shortcuts

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