Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResolveReturnType ¶
Types ¶
type Env ¶
type Env[ArgType any] struct { // TODO: // Using 'any' instead of context.Context to avoid interface method checks by expr-lang/expr. // The actual value passed is fs.Context which has additional methods beyond context.Context. Context any `expr:"$context"` Args ArgType `expr:"$args"` DB *DB `expr:"$db"` Undefined *Undefined `expr:"$undefined"` Sprintf func(string, ...any) string `expr:"$sprintf"` Hash func(string) (string, error) `expr:"$hash"` }
type Result ¶
type Result[T any] struct { // contains filtered or unexported fields }
func (*Result[T]) IsUndefined ¶
Click to show internal directories.
Click to hide internal directories.