(ctx context.Context)
| 246 | // Defining it as an interface keeps the helper independently unit-testable. |
| 247 | type workspaceResolver interface { |
| 248 | GetWorkspaceID(ctx context.Context) (string, error) |
| 249 | FindWorkspace(ctx context.Context, find *store.FindWorkspaceMessage) (*store.WorkspaceMessage, error) |
| 250 | } |
| 251 |
no outgoing calls