HandleConn handles connections from local WebDAV clients
(conn net.Conn, remoteAddr net.Addr)
| 26 | type FileSystemForLocal interface { |
| 27 | // HandleConn handles connections from local WebDAV clients |
| 28 | HandleConn(conn net.Conn, remoteAddr net.Addr) error |
| 29 | |
| 30 | // SetRemotes sets the complete set of remotes on the given tailnet domain |
| 31 | // using a map of name -> url. If transport is specified, that transport |
no outgoing calls