MCPcopy
hub / github.com/harness/harness / UserGroupStore

Struct UserGroupStore

app/store/database/usergroup.go:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38type UserGroupStore struct {
39 db *sqlx.DB
40}
41
42type UserGroup struct {
43 SpaceID int64 `db:"usergroup_space_id"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected