MCPcopy
hub / github.com/harness/harness / RuleStore

Struct RuleStore

app/store/database/rule.go:52–55  ·  view source on GitHub ↗

RuleStore implements a store.RuleStore backed by a relational database.

Source from the content-addressed store, hash-verified

50
51// RuleStore implements a store.RuleStore backed by a relational database.
52type RuleStore struct {
53 db *sqlx.DB
54 pCache store.PrincipalInfoCache
55}
56
57type rule struct {
58 ID int64 `db:"rule_id"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected