mirror of
https://github.com/AlexMacocian/ServerManagementUtils.git
synced 2026-07-15 15:19:58 +00:00
Setup Robin base files
Setup base files for Robin monitoring service
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Robin.Options;
|
||||
|
||||
public sealed class MonitorOptions()
|
||||
{
|
||||
public required List<string> Paths { get; init; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user