Documentation ¶ Index ¶ type Request type Service func NewService(sources sourceManager, workspaces workspaceManager) (*Service, error) func (s *Service) CreateFilesystem(ctx context.Context, request Request) (spec.Workspace, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Request ¶ type Request struct { RootID basespec.RootID CollectionID basespec.CollectionID SourceID basespec.SourceID DisplayName string Description string RootPath string Discovery spec.DiscoveryPreferences } type Service ¶ type Service struct { // contains filtered or unexported fields } func NewService ¶ func NewService( sources sourceManager, workspaces workspaceManager, ) (*Service, error) func (*Service) CreateFilesystem ¶ func (s *Service) CreateFilesystem( ctx context.Context, request Request, ) (spec.Workspace, error) Source Files ¶ View all Source files filesystem.go Click to show internal directories. Click to hide internal directories.