serverless

package
v0.0.9-alpha Latest Latest
Warning

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

Go to latest
Published: Aug 20, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Register

func Register(ext string, s Serverless)

Types

type Options

type Options struct {
	Filename  string
	Host      string
	Port      int
	Name      string
	ModFile   string
	Arguments []string
}

Options the for serverless command arguments.

type Serverless

type Serverless interface {
	Init(opts *Options) error
	Build(clean bool) error
	Run(verbose bool) error
}

func Create

func Create(opts *Options) (Serverless, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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