We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f46b7 commit 1ced9caCopy full SHA for 1ced9ca
1 file changed
examples/saas-platform/main.go
@@ -106,11 +106,11 @@ func initStore(storeType string) (store.Store, error) {
106
107
// PlatformStatus combines system stats, provider info, and runtime metadata.
108
type PlatformStatus struct {
109
- Stats *admin.SystemStats `json:"stats"`
+ Stats *admin.SystemStats `json:"stats"`
110
Providers []admin.ProviderStatus `json:"providers"`
111
- StoreType string `json:"store_type"`
112
- Uptime string `json:"uptime"`
113
- Version string `json:"version"`
+ StoreType string `json:"store_type"`
+ Uptime string `json:"uptime"`
+ Version string `json:"version"`
114
}
115
116
// PlatformHealth reports store connectivity and basic health.
0 commit comments