MCPcopy Create free account
hub / github.com/OverloadBlitz/cloudcent-cli / QueryHistory

Struct QueryHistory

internal/db/db.go:24–35  ·  view source on GitHub ↗

QueryHistory is a single history entry.

Source from the content-addressed store, hash-verified

22
23// QueryHistory is a single history entry.
24type QueryHistory struct {
25 ID int64
26 Providers string
27 Regions string
28 Categories string
29 ProductFamilies string
30 Attributes string
31 Prices string
32 ResultCount int64
33 CacheKey string
34 CreatedAt time.Time
35}
36
37// New opens (or creates) the SQLite database and runs migrations.
38func New() (*DB, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected