mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-23 03:33:53 +00:00
fix: remove conflicting stub file
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
// +build !mock
|
||||
|
||||
package mock
|
||||
|
||||
import "github.com/rcourtman/pulse-go-rewrite/internal/models"
|
||||
|
||||
// IsMockEnabled returns false in production builds
|
||||
func IsMockEnabled() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
// GetMockState returns empty state in production builds
|
||||
func GetMockState() models.StateSnapshot {
|
||||
return models.StateSnapshot{}
|
||||
}
|
||||
Reference in New Issue
Block a user