creates simple healthchecks
This commit is contained in:
8
Abstracts/IHealthCheckWithOptions.cs
Normal file
8
Abstracts/IHealthCheckWithOptions.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using MCVIngenieros.Healthchecks.Options;
|
||||
|
||||
namespace MCVIngenieros.Healthchecks.Abstracts;
|
||||
|
||||
public interface IHealthCheckWithOptions : IHealthCheck
|
||||
{
|
||||
HealthChecksConfigs Options { get; }
|
||||
}
|
Reference in New Issue
Block a user