Documentation
¶
Overview ¶
Package filesystem provides a DirServer and StoreServer that serve files from a local file system.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server provides DirServer and StoreServer implementations that serve files from a local file system.
func New ¶
New creates a new filesystem Server instance serving the given root with the provided server configuration.
func (*Server) StoreServer ¶
func (s *Server) StoreServer() upspin.StoreServer
StoreServer returns the StoreServer implementation for this Server.
Click to show internal directories.
Click to hide internal directories.