MCPcopy Create free account
hub / github.com/encoder-run/operator / ConfigStorage

Struct ConfigStorage

pkg/cache/postgres/config.go:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type ConfigStorage struct {
15 db *gorm.DB
16 namespacePrefix string
17}
18
19// SetConfig stores the configuration in Redis.
20func (s *ConfigStorage) SetConfig(cfg *config.Config) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected