Skip to content

Commit 189dcd4

Browse files
committed
fix(test): PublicAPI Tests
1 parent 3bf37ed commit 189dcd4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
namespace NetEvolve.HealthChecks.GCP.Firestore
2+
{
3+
public static class DependencyInjectionExtensions
4+
{
5+
public static Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder AddFirestore([System.Diagnostics.CodeAnalysis.NotNull] this Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder builder, [System.Diagnostics.CodeAnalysis.NotNull] string name, System.Action<NetEvolve.HealthChecks.GCP.Firestore.FirestoreOptions>? options = null, params string[] tags) { }
6+
}
7+
public sealed class FirestoreOptions : System.IEquatable<NetEvolve.HealthChecks.GCP.Firestore.FirestoreOptions>
8+
{
9+
public FirestoreOptions() { }
10+
public string? KeyedService { get; set; }
11+
public int Timeout { get; set; }
12+
}
13+
}

0 commit comments

Comments
 (0)