Documentation ¶
Index ¶
- func SyncFileSystemToDisk(fs vfs.FileSystem, rootDir string) error
- type Server
- func (s *Server) Client() *http.Client
- func (s *Server) Fetch(ctx context.Context, importPath string, includeTests bool) (vfs.FileSystem, error)
- func (s *Server) Handler() http.Handler
- func (s *Server) List(ctx context.Context) ([]string, error)
- func (s *Server) SetClient(cl *http.Client)
- func (s *Server) Watch(ctx context.Context, importPath string, includeTests bool) (<-chan struct{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SyncFileSystemToDisk ¶
func SyncFileSystemToDisk(fs vfs.FileSystem, rootDir string) error
Types ¶
Click to show internal directories.
Click to hide internal directories.