Fix status json tag static check

This commit is contained in:
2025-10-16 20:22:12 +02:00
parent 5afc22924f
commit a96ed4d797

View File

@@ -21,7 +21,7 @@ type Instance struct {
Created int64 `json:"created,omitempty"` // Unix timestamp when the instance was created Created int64 `json:"created,omitempty"` // Unix timestamp when the instance was created
// Mutable state - each owns its own lock // Mutable state - each owns its own lock
status *status `json:"status"` // unexported - status owns its lock status *status `json:"-"` // unexported - status owns its lock
options *CreateInstanceOptions `json:"-"` options *CreateInstanceOptions `json:"-"`
// Global configuration (read-only, no lock needed) // Global configuration (read-only, no lock needed)