Documentation ¶ Index ¶ func Eval(node ast.Node, env *formatEnvironment) ast.Node func Format(text string, params types.DocumentFormattingParams, cfg *config.Config) ([]types.TextEdit, error) func FormatSQL(sqlStr string, lowercase bool, tabSize int) (string, error) func TestAliased() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Eval ¶ func Eval(node ast.Node, env *formatEnvironment) ast.Node func Format ¶ func Format(text string, params types.DocumentFormattingParams, cfg *config.Config) ([]types.TextEdit, error) func FormatSQL ¶ func FormatSQL(sqlStr string, lowercase bool, tabSize int) (string, error) FormatSQL is a high-level helper to prettify a SQL string. func TestAliased ¶ func TestAliased() Types ¶ This section is empty. Source Files ¶ View all Source files formatter.goformatutil.gotest_aliased.go Click to show internal directories. Click to hide internal directories.