mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 06:07:33 +00:00
chore: move the go code into a subfolder
This commit is contained in:
18
apps/api/internal/serviceping/config.go
Normal file
18
apps/api/internal/serviceping/config.go
Normal file
@@ -0,0 +1,18 @@
|
||||
package serviceping
|
||||
|
||||
type Config struct {
|
||||
Enabled bool
|
||||
Endpoint string
|
||||
Interval string
|
||||
MaxAttempts uint8
|
||||
Telemetry TelemetryConfig
|
||||
}
|
||||
|
||||
type TelemetryConfig struct {
|
||||
ResourceCount ResourceCount
|
||||
}
|
||||
|
||||
type ResourceCount struct {
|
||||
Enabled bool
|
||||
BulkSize int
|
||||
}
|
Reference in New Issue
Block a user