(input any)
| 43 | |
| 44 | DecodeInput(raw map[string]any) (any, error) |
| 45 | ValidateInput(ctx ExecutionContext, input any) (bool, string) |
| 46 | Execute(ctx context.Context, execCtx ExecutionContext, input any) (string, error) |
| 47 | |
| 48 | IsReadOnly(input any) bool |
no outgoing calls