summaryrefslogtreecommitdiff
path: root/pkg/domain/entities/healthcheck.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/domain/entities/healthcheck.go')
-rw-r--r--pkg/domain/entities/healthcheck.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/domain/entities/healthcheck.go b/pkg/domain/entities/healthcheck.go
new file mode 100644
index 000000000..a880805f9
--- /dev/null
+++ b/pkg/domain/entities/healthcheck.go
@@ -0,0 +1,3 @@
+package entities
+
+type HealthCheckOptions struct{}