MCPcopy Create free account
hub / github.com/gogs/gogs / newOrganizationsStoreStore

Function newOrganizationsStoreStore

internal/database/organizations.go:17–19  ·  view source on GitHub ↗
(db *gorm.DB)

Source from the content-addressed store, hash-verified

15}
16
17func newOrganizationsStoreStore(db *gorm.DB) *OrganizationsStore {
18 return &OrganizationsStore{db: db}
19}
20
21type ListOrgsOptions struct {
22 // Filter by the membership with the given user ID.

Callers 1

OrganizationsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected