Documentation ¶
Index ¶
Constants ¶
View Source
const ( QUERY = "Query" QUERYROW = "QueryRow" EXEC = "Exec" )
sqlfmt retrieves all strings from "Query" and "QueryRow" and "Exec" functions in .go file
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FormatError ¶
type FormatError struct {
// contains filtered or unexported fields
}
FormatError is an error that occurred while sqlfmt.Process
func (*FormatError) Error ¶
func (e *FormatError) Error() string
Click to show internal directories.
Click to hide internal directories.