MCPcopy Index your code
hub / github.com/tailscale/tailscale / FileSystemForLocal

Struct FileSystemForLocal

drive/driveimpl/local_impl.go:51–55  ·  view source on GitHub ↗

FileSystemForLocal is the Taildrive filesystem exposed to local clients. It provides a unified WebDAV interface to remote Taildrive shares on other nodes.

Source from the content-addressed store, hash-verified

49// FileSystemForLocal is the Taildrive filesystem exposed to local clients. It
50// provides a unified WebDAV interface to remote Taildrive shares on other nodes.
51type FileSystemForLocal struct {
52 logf logger.Logf
53 h *compositedav.Handler
54 listener *connListener
55}
56
57func (s *FileSystemForLocal) startServing() {
58 hs := &http.Server{Handler: s.h}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected