MCPcopy Create free account
hub / github.com/PostHog/duckgres / orgInt64Ptr

Function orgInt64Ptr

controlplane/admin/api.go:712–717  ·  view source on GitHub ↗

orgInt64Ptr renders an optional org config integer (nil or 0 == unset) for audit detail.

(v *int64)

Source from the content-addressed store, hash-verified

710}
711
712func (s *gormAPIStore) ListServiceGrants(orgID string) ([]configstore.ServiceGrant, error) {
713 return s.store.ListServiceGrants(orgID)
714}
715
716func (s *gormAPIStore) RevokeServiceGrant(orgID, credentialID string) error {
717 return s.store.RevokeServiceGrant(orgID, credentialID)
718}
719
720func (s *gormAPIStore) ReloadSnapshot() error {

Callers 1

updateOrgMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected