Files
steampipe/pkg/constants/history.go

8 lines
188 B
Go

package constants
// Constants for History
const (
HistoryFile = "history.json" // File to store historical data
HistorySize = 500 // Number of historical records to store
)