mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:47:32 +00:00
fix: instance remove (#4602)
This commit is contained in:
@@ -15,6 +15,7 @@ type Storage interface {
|
||||
GetObjectInfo(ctx context.Context, instanceID, resourceOwner, name string) (*Asset, error)
|
||||
RemoveObject(ctx context.Context, instanceID, resourceOwner, name string) error
|
||||
RemoveObjects(ctx context.Context, instanceID, resourceOwner string, objectType ObjectType) error
|
||||
RemoveInstanceObjects(ctx context.Context, instanceID string) error
|
||||
//TODO: add functionality to move asset location
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user