package
1.0.27
Repository: https://github.com/stratoscale/swagger.git
Documentation: pkg.go.dev

# Functions

AssertQueryEqual tests if two query input are equal.
MustNewBuilder creates a new builder and panic on failure.
NewBuilder initialize a Builder and parse the passing Model that will be used in the Parse calls.

# Structs

Builder is a query builder.
Config for the Builder constructor.
DBQuery are options for query a database.
ParseError is a typed error created dynamically based on the parsing failure.

# Interfaces

Searcher is the interface that wraps the Search method.
Wrapper is the interface that wraps the wrap method.

# Type aliases

WrapFn is a function type that implements the Wrapper interface.