MCPcopy Index your code
hub / github.com/riverqueue/river / SchemaGetExpired

Method SchemaGetExpired

riverdriver/river_driver_interface.go:290–290  ·  view source on GitHub ↗
(ctx context.Context, params *SchemaGetExpiredParams)

Source from the content-addressed store, hash-verified

288 SchemaCreate(ctx context.Context, params *SchemaCreateParams) error
289 SchemaDrop(ctx context.Context, params *SchemaDropParams) error
290 SchemaGetExpired(ctx context.Context, params *SchemaGetExpiredParams) ([]string, error)
291
292 // TableExists checks whether a table exists for the schema in the current
293 // search schema.

Callers 4

TestSchemaFunction · 0.65
SchemaGetExpiredMethod · 0.65
SchemaGetExpiredMethod · 0.65

Implementers 3

Executorriverdriver/riverpgxv5/river_pgx_v5_dr
Executorriverdriver/riverdatabasesql/river_dat
Executorriverdriver/riversqlite/river_sqlite_d

Calls

no outgoing calls

Tested by 1

TestSchemaFunction · 0.52