mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-23 19:57:09 +00:00
fix: add production build stub for mock integration
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// +build production
|
||||
|
||||
package monitoring
|
||||
|
||||
import "github.com/rcourtman/pulse-go-rewrite/internal/models"
|
||||
|
||||
// getMockState returns nil in production builds
|
||||
func getMockState() *models.StateSnapshot {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user