Documentation
¶
Index ¶
- func AnyNode() match.GoNode
- func AnyOf(matchers ...match.GoNode) match.GoNode
- func ArrayType(elt, l match.GoNode) match.GoNode
- func BasicLit(value string) match.GoNode
- func CallExpr(fun match.GoNode, args GoNodes) match.GoNode
- func Commands() []match.GoNode
- func CompositeLit(t match.GoNode) match.GoNode
- func Config(key string) []match.GoNode
- func EqualNode(n dst.Node) match.GoNode
- func FirstOf(n match.GoNode) match.GoNode
- func Func(name match.GoNode) match.GoNode
- func Ident(name string) match.GoNode
- func Import(path string, name ...string) match.GoNode
- func Imports() []match.GoNode
- func Jobs() []match.GoNode
- func KeyValueExpr(key, value match.GoNode) match.GoNode
- func LastOf(n match.GoNode) match.GoNode
- func Migrations() []match.GoNode
- func Providers() []match.GoNode
- func Seeders() []match.GoNode
- func SelectorExpr(x, sel match.GoNode) match.GoNode
- func TypeOf[T any](_ T) match.GoNode
- func ValidationFilters() []match.GoNode
- func ValidationRules() []match.GoNode
- type GoNode
- type GoNodes
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Migrations ¶
func ValidationFilters ¶
func ValidationRules ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.