Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func New ¶
func New(budln net.Listener, bus pubsub.Client, flag *framework.Flag, fsys fs.FS, log log.Log, vm js.VM) *Server
New development server
func (*Server) Listen ¶ added in v0.2.6
Listen for requests. If the context is cancelled, the server will begin a graceful shutdown
Click to show internal directories.
Click to hide internal directories.