Documentation
¶
Overview ¶
Package fschanges provides HTTP server that streams change events on a filesystem.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventServer ¶
type EventServer struct {
// contains filtered or unexported fields
}
func New ¶
func New(dir string, opts ...Option) *EventServer
func (*EventServer) ServeHTTP ¶
func (es *EventServer) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.