kinesis-consumer/vendor/github.com/yuin/gopher-lua/ast/misc.go
2024-04-10 16:50:33 +02:00

17 lines
191 B
Go

package ast
type Field struct {
Key Expr
Value Expr
}
type ParList struct {
HasVargs bool
Names []string
}
type FuncName struct {
Func Expr
Receiver Expr
Method string
}