Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrServerAlreadyRunning = fmt.Errorf("There is already an instance of sst running")
Functions ¶
func GetExisting ¶ added in v0.0.472
Types ¶
type ConnectInput ¶
type DeployRequestedEvent ¶ added in v0.0.246
type DeployRequestedEvent struct{}
type Event ¶
type Event struct { project.StackEvent StateEvent *StateEvent FunctionInvokedEvent *aws.FunctionInvokedEvent FunctionResponseEvent *aws.FunctionResponseEvent FunctionErrorEvent *aws.FunctionErrorEvent FunctionLogEvent *aws.FunctionLogEvent FunctionBuildEvent *aws.FunctionBuildEvent WorkerBuildEvent *cloudflare.WorkerBuildEvent WorkerUpdatedEvent *cloudflare.WorkerUpdatedEvent WorkerInvokedEvent *cloudflare.WorkerInvokedEvent }
type StateEvent ¶
type StateEvent struct {
State *State
}
Click to show internal directories.
Click to hide internal directories.