mirror of https://github.com/aldy505/bob.git
8 lines
108 B
Go
8 lines
108 B
Go
|
package bob
|
||
|
|
||
|
// TODO
|
||
|
|
||
|
type PlaceholderFormat interface {
|
||
|
ReplacePlaceholders(sql string) (string, error)
|
||
|
}
|