# Functions
NewFileWatcher creates a new FileWatcher.
NewSimpleServer is a factory function to create an instance of SimpleServer*/.
# Structs
Conf is the required config to create httpd server*/.
OSFileWatcher defines a watch over a file.
# Interfaces
FileWatcher is an interface we use to watch changes in files.
SimpleServer is a simple http server supporting TLS*/.
# Type aliases
Route is the signature of the route handler*/.