Versions in this module Expand all Collapse all v0 v0.0.4 Jun 30, 2024 Changes in this version + type Config struct + Cache bool + RunAppDir string + RunArguments []string + type Server struct + func New(c *Config, f ldFlags, b browser, w fileWatch) *Server + func (a *Server) SetDefault() error + func (a *Server) StartProgram() + func (a Server) AppFileName() (string, error) + func (a Server) ConfigTemplateContent() string + func (a Server) SignalNotify() chan os.Signal + func (d *Server) AppName() (string, error) + func (d *Server) Restart(event_name string) error + func (d *Server) StopProgram() error + func (d Server) Write(p []byte) (n int, err error)