Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DebugConfig config.DebugConfig
View Source
var NODE_HANDLER_WRAPPER string
Functions ¶
func ServeHandler ¶
func ServeHandler(handlerInstance *HandlerInstance, r *mux.Router)
Types ¶
type HandlerInstance ¶
type HandlerInstance struct {
// contains filtered or unexported fields
}
func (*HandlerInstance) CompileHandler ¶
func (handlerInstance *HandlerInstance) CompileHandler() (inputFilePaths []string)
func (*HandlerInstance) GetExecutionPath ¶
func (handlerInstance *HandlerInstance) GetExecutionPath() string
func (*HandlerInstance) SetExecutionPath ¶
func (handlerInstance *HandlerInstance) SetExecutionPath(path string)
func (*HandlerInstance) WatchForChanges ¶
func (handlerInstance *HandlerInstance) WatchForChanges(inputFiles []string)
type HandlerOutput ¶ added in v0.5.0
type HandlerOutput struct {
// contains filtered or unexported fields
}
type NodeProcess ¶
type NodeProcess struct {
// contains filtered or unexported fields
}
func GetNodeProcess ¶ added in v0.1.8
func GetNodeProcess() (*NodeProcess, error)
func (*NodeProcess) Close ¶
func (np *NodeProcess) Close()
func (*NodeProcess) Execute ¶
func (np *NodeProcess) Execute(code string) error
Click to show internal directories.
Click to hide internal directories.