MCPcopy Create free account
hub / github.com/devaccuracy/ledgerforge / CollectionConfig

Struct CollectionConfig

internal/search/search.go:41–47  ·  view source on GitHub ↗

CollectionConfig holds configuration for a specific collection.

Source from the content-addressed store, hash-verified

39
40// CollectionConfig holds configuration for a specific collection.
41type CollectionConfig struct {
42 Schema *api.CollectionSchema
43 IDField string
44 TimeFields []string
45 BigIntFields []string
46 DefaultSortField string
47}
48
49var collectionConfigs map[string]CollectionConfig
50

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected