bob/placeholder.go

8 lines
108 B
Go

package bob
// TODO
type PlaceholderFormat interface {
ReplacePlaceholders(sql string) (string, error)
}