mirror of
https://github.com/AlexMacocian/ServerManagementUtils.git
synced 2026-07-15 15:19:58 +00:00
69fd4bfb62
Setup base files for Robin monitoring service
7 lines
127 B
C#
7 lines
127 B
C#
namespace Robin.Options;
|
|
|
|
public sealed class MonitorOptions()
|
|
{
|
|
public required List<string> Paths { get; init; } = [];
|
|
}
|