mirror of
https://github.com/Stone-Red-Code/RemoteExec.git
synced 2026-09-04 09:06:20 +02:00
Move code to src folder
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace RemoteExec.Shared.Models.Docker;
|
||||
|
||||
public class ContainerExecutionResponse
|
||||
{
|
||||
public bool Success { get; set; }
|
||||
public object? Result { get; set; }
|
||||
public string? Exception { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user