MCPcopy
hub / github.com/inngest/inngest / FunctionV2Reader

Interface FunctionV2Reader

pkg/cqrs/functions.go:69–71  ·  view source on GitHub ↗

FunctionV2Reader is the latest and greatest, use this one going forward: see: docs/plans/005-remove-base-cqrs.org

Source from the content-addressed store, hash-verified

67// FunctionV2Reader is the latest and greatest, use this one going forward:
68// see: docs/plans/005-remove-base-cqrs.org
69type FunctionV2Reader interface {
70 GetFunctionsByApp(ctx context.Context, opts GetFunctionsByAppOpts) ([]*Function, error)
71}
72
73type GetFunctionsByAppOpts struct {
74 WorkspaceID uuid.UUID

Callers 2

GetFunctionsByAppMethod · 0.65

Implementers 6

fakeFunctionStorepkg/devserver/agentic_api_adapters_tes
wrapperpkg/cqrs/manager/cqrs.go
pgQuerierpkg/db/postgres/querier.go
Queriespkg/db/postgres/sqlc/db.go
sqliteQuerierpkg/db/sqlite/querier.go
Queriespkg/db/sqlite/sqlc/db.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…