updated file browser url logic
All checks were successful
Build and Push Docker Image / Build image (push) Successful in 1m40s
All checks were successful
Build and Push Docker Image / Build image (push) Successful in 1m40s
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user