github.com/golazy/golazy@v0.0.7-0.20221012133820-968fe65a0b65/lazydev/README.md (about)

     1  # lazydev
     2  
     3  ## Functions
     4  
     5  ### func [Serve](/lazydev.go#L16)
     6  
     7  `func Serve(handler http.Handler) error`
     8  
     9  ## Sub Packages
    10  
    11  * [_dirty/commander](./_dirty/commander)
    12  
    13  * [_dirty/devserver](./_dirty/devserver): package devserver implements and http and https servers with autoreload on files changes and automatic https certificate
    14  
    15  * [_dirty/example](./_dirty/example)
    16  
    17  * [_dirty/injector](./_dirty/injector)
    18  
    19  * [_dirty/lazydev](./_dirty/lazydev): Package lazydev implements an autoreload server
    20  
    21  * [_dirty/tcpdevserver](./_dirty/tcpdevserver)
    22  
    23  * [_dirty/tcpdevserver/app](./_dirty/tcpdevserver/app)
    24  
    25  * [_dirty/tcpdevserver/app/test](./_dirty/tcpdevserver/app/test)
    26  
    27  * [_dirty/tcpdevserver/test](./_dirty/tcpdevserver/test)
    28  
    29  * [_dirty/wsclients](./_dirty/wsclients): Package wsclients
    30  
    31  * [autocerts](./autocerts): Package autocerts generates tls certificate suitable for the http server with a common certificate authority
    32  
    33  * [filewatcher](./filewatcher): Package filewatcher notifies when the filesystem has change.
    34  
    35  * [protocolmux](./protocolmux): protocolmux allows to peek the first bytes of a connection and decided to which handler forward the connection.
    36  
    37  * [runner](./runner): Package runner run a restart a program on signals
    38  
    39  * [test_app](./test_app)
    40  
    41  ---
    42  Readme created from Go doc with [goreadme](https://github.com/posener/goreadme)