Skip to content

Commit 1ced9ca

Browse files
committed
style: format PlatformStatus struct for consistency
1 parent d8f46b7 commit 1ced9ca

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

examples/saas-platform/main.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ func initStore(storeType string) (store.Store, error) {
106106

107107
// PlatformStatus combines system stats, provider info, and runtime metadata.
108108
type PlatformStatus struct {
109-
Stats *admin.SystemStats `json:"stats"`
109+
Stats *admin.SystemStats `json:"stats"`
110110
Providers []admin.ProviderStatus `json:"providers"`
111-
StoreType string `json:"store_type"`
112-
Uptime string `json:"uptime"`
113-
Version string `json:"version"`
111+
StoreType string `json:"store_type"`
112+
Uptime string `json:"uptime"`
113+
Version string `json:"version"`
114114
}
115115

116116
// PlatformHealth reports store connectivity and basic health.

0 commit comments

Comments
 (0)