Files
Servers/MoonlightServers.Daemon/ServerSystem/Implementations/Docker/Events/ContainerDieEvent.cs

3 lines
145 B
C#

namespace MoonlightServers.Daemon.ServerSystem.Implementations.Docker.Events;
public record ContainerDieEvent(string ContainerId, int ExitCode);