Documentation
¶
Index ¶
- func NewDebounceFileWatcher() (*debounceFileWatcher, error)
- func NewLogStreamer(ctx context.Context) logStreamer
- func PopulatePerFunctionConfigs(cwd, importMapPath string, noVerifyJWT *bool, fsys afero.Fs) ([]string, string, error)
- func Run(ctx context.Context, envFilePath string, noVerifyJWT *bool, ...) error
- func ServeFunctions(ctx context.Context, envFilePath string, noVerifyJWT *bool, ...) error
- type InspectMode
- type RuntimeOption
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDebounceFileWatcher ¶
func NewDebounceFileWatcher() (*debounceFileWatcher, error)
func NewLogStreamer ¶
Types ¶
type InspectMode ¶
type InspectMode string
const ( InspectModeRun InspectMode = "run" InspectModeBrk InspectMode = "brk" InspectModeWait InspectMode = "wait" )
type RuntimeOption ¶
type RuntimeOption struct {
InspectMode *InspectMode
InspectMain bool
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.