Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FilterType ¶
type FilterType int
FilterType is used as an enum of filter types
const ( // ExcludeFilterType ... ExcludeFilterType FilterType = iota // OnlyFilterType ... OnlyFilterType )
type FilteredRetriever ¶
type FilteredRetriever struct { R Retriever Filter FilterType DBs []string }
FilteredRetriever is a retreiever with filters applied
type SystemRetriever ¶
type SystemRetriever struct {
Dsn string
}
SystemRetriever is an instance of a Retreiver
func NewSystemRetriever ¶
func NewSystemRetriever(dsn string) (SystemRetriever, error)
NewSystemRetriever returns a popualted SystemRetriever
Click to show internal directories.
Click to hide internal directories.