Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecServerless ¶
type ExecServerless struct {
// contains filtered or unexported fields
}
ExecServerless defines executable file implementation of Serverless interface.
func (*ExecServerless) Build ¶
func (s *ExecServerless) Build(clean bool) error
Build compiles the serverless to executable
func (*ExecServerless) Executable ¶
func (s *ExecServerless) Executable() bool
Executable returns true if the serverless is executable
func (*ExecServerless) Init ¶
func (s *ExecServerless) Init(opts *serverless.Options) error
Init initializes the serverless
func (*ExecServerless) Run ¶
func (s *ExecServerless) Run(verbose bool) error
Run compiles and runs the serverless
Click to show internal directories.
Click to hide internal directories.