creates simple healthchecks
This commit is contained in:
8
Options/HealthCheckOptions.cs
Normal file
8
Options/HealthCheckOptions.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace MCVIngenieros.Healthchecks.Options;
|
||||
|
||||
public class HealthCheckOptions
|
||||
{
|
||||
public string? CacheDuration { get; set; }
|
||||
public string? Timeout { get; set; }
|
||||
public string[]? AssembliesToScan { get; set; }
|
||||
}
|
Reference in New Issue
Block a user