(context.Context, *CallOpts)
| 392 | |
| 393 | type Callable interface { |
| 394 | Call(context.Context, *CallOpts) (dagql.AnyResult, error) |
| 395 | ReturnType() (ModType, error) |
| 396 | ArgType(argName string) (ModType, error) |
| 397 | DynamicInputsForCall(context.Context, dagql.AnyResult, map[string]dagql.Input, call.View, *dagql.CallRequest) error |
no outgoing calls