Files
gocqlx/migrate/export_test.go

10 lines
151 B
Go

package migrate
func IsCallback(stmt string) (name string) {
return isCallback(stmt)
}
func IsComment(stmt string) bool {
return isComment(stmt)
}