package
0.0.0-20230914073303-091dc795b501
Repository: https://github.com/benchant/tsbs.git
Documentation: pkg.go.dev

# Interfaces

QueryFiller describes a type that can fill in a query and return it.
QueryGenerator is an interface that a database-specific implementation of a use case implements to set basic configuration that can then be used by a specific QueryFiller, ultimately yielding a query.Query with information to be run.

# Type aliases

QueryFillerMaker is a function that takes a QueryGenerator and returns a QueryFiller.