package
1.15.10
Repository: https://github.com/xiazemin/sqlc.git
Documentation: pkg.go.dev

# Functions

Apply traverses a syntax tree recursively, starting with root, and calling pre and post for each node as described below.
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

A Cursor describes a node encountered during Apply.

# Interfaces

No description provided by the author

# Type aliases

An ApplyFunc is invoked by Apply for each node n, even if n is nil, before and/or after the node's children, using a Cursor describing the current node and providing operations on it.
No description provided by the author