updated file browser url logic
All checks were successful
Build and Push Docker Image / Build image (push) Successful in 1m40s

This commit is contained in:
2025-05-27 13:20:37 +03:00
parent 8e2806deb2
commit 1be267e0ff
4 changed files with 35 additions and 1 deletions

View File

@@ -60,6 +60,7 @@ type InstanceManager interface {
// Read Only
GetFileBrowser(ctx context.Context, serverId string) (*models.FileBrowser, error)
ListFileBrowsers(ctx context.Context) ([]models.FileBrowser, error)
GetServerIdFromFileBrowserUrl(ctx context.Context, serverId string) (string, error)
// Status Changing
StartFileBrowser(ctx context.Context, serverId string) (*models.FileBrowser, error)