Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FUSEServer ¶
type FUSEServer struct {
// contains filtered or unexported fields
}
func NewFUSEServer ¶
func NewFUSEServer(cfg config.MountConfig) (*FUSEServer, error)
func (*FUSEServer) Unmount ¶
func (s *FUSEServer) Unmount()
func (*FUSEServer) Wait ¶
func (s *FUSEServer) Wait()
type WebDAVServer ¶
type WebDAVServer struct {
// contains filtered or unexported fields
}
func NewWebDAVServer ¶
func NewWebDAVServer(cfg config.ServeConfig) (*WebDAVServer, error)
func (*WebDAVServer) Close ¶
func (s *WebDAVServer) Close()
func (*WebDAVServer) Serve ¶
func (s *WebDAVServer) Serve(addr string) error
Click to show internal directories.
Click to hide internal directories.