Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
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 NodeProcess ¶
type NodeProcess struct {
// contains filtered or unexported fields
}
func NewNodeProcess ¶
func NewNodeProcess() (*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.