Versions in this module Expand all Collapse all v0 v0.1.1 Oct 16, 2020 v0.1.0 Aug 27, 2020 Changes in this version + func Actor(withOptions ...ServeOptions) (execute func() error, interrupt func(error)) + func ListenAndServe(withOptions ...ServeOptions) error + type ServeMuxOptions func(*http.ServeMux) + func WithServeMuxPatternHandler(pattern string, handler http.Handler) ServeMuxOptions + type ServeOptions func(options *serverOptions) + func WithDefaultServeMuxHandler(serveMuxOptions ...ServeMuxOptions) ServeOptions + func WithServeHandler(handler http.Handler) ServeOptions + func WithServePort(port int) ServeOptions