MCPcopy Create free account
hub / github.com/rilldata/rill / FindBillingIssueByTypeForOrg

Method FindBillingIssueByTypeForOrg

admin/database/database.go:334–334  ·  view source on GitHub ↗
(ctx context.Context, orgID string, errorType BillingIssueType)

Source from the content-addressed store, hash-verified

332
333 FindBillingIssuesForOrg(ctx context.Context, orgID string) ([]*BillingIssue, error)
334 FindBillingIssueByTypeForOrg(ctx context.Context, orgID string, errorType BillingIssueType) (*BillingIssue, error)
335 FindBillingIssueByType(ctx context.Context, errorType BillingIssueType) ([]*BillingIssue, error)
336 FindBillingIssueByTypeAndOverdueProcessed(ctx context.Context, errorType BillingIssueType, overdueProcessed bool) ([]*BillingIssue, error)
337 UpsertBillingIssue(ctx context.Context, opts *UpsertBillingIssueOptions) (*BillingIssue, error)

Callers 13

WorkMethod · 0.65
WorkMethod · 0.65
WorkMethod · 0.65
WorkMethod · 0.65
WorkMethod · 0.65
WorkMethod · 0.65
CreateProjectMethod · 0.65
SudoExtendTrialMethod · 0.65
SudoGrantTrialCreditsMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected