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