mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-05 17:52:01 +00:00
add tracing and refactor some api pkgs
This commit is contained in:
11
internal/api/probes.go
Normal file
11
internal/api/probes.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package api
|
||||
|
||||
const (
|
||||
Healthz = "/Healthz"
|
||||
Readiness = "/Ready"
|
||||
Validation = "/Validate"
|
||||
)
|
||||
|
||||
var (
|
||||
Probes = []string{Healthz, Readiness, Validation}
|
||||
)
|
||||
Reference in New Issue
Block a user