MCPcopy
hub / github.com/harness/harness / FavoriteStore

Struct FavoriteStore

app/store/database/favorite.go:41–43  ·  view source on GitHub ↗

FavoriteStore implements a store backed by a relational database.

Source from the content-addressed store, hash-verified

39
40// FavoriteStore implements a store backed by a relational database.
41type FavoriteStore struct {
42 db *sqlx.DB
43}
44
45type favorite struct {
46 ResourceID int64 `db:"favorite_resource_id"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected