Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CountGeneric ¶
type CountGeneric struct {
// contains filtered or unexported fields
}
func NewCountGeneric ¶
func NewCountGeneric(ctx specifications.Context, spec *specifications.Specification) (generic *CountGeneric, err error)
func (*CountGeneric) Render ¶
func (generic *CountGeneric) Render(ctx specifications.Context, w io.Writer, cond specifications.Condition) (method specifications.Method, arguments []any, err error)
type ExistGeneric ¶
type ExistGeneric struct {
// contains filtered or unexported fields
}
func NewExistGeneric ¶
func NewExistGeneric(ctx specifications.Context, spec *specifications.Specification) (generic *ExistGeneric, err error)
func (*ExistGeneric) Render ¶
func (generic *ExistGeneric) Render(ctx specifications.Context, w io.Writer, cond specifications.Condition) (method specifications.Method, arguments []any, err error)
type QueryGeneric ¶
type QueryGeneric struct {
// contains filtered or unexported fields
}
func NewQueryGeneric ¶
func NewQueryGeneric(ctx specifications.Context, spec *specifications.Specification) (generic *QueryGeneric, err error)
func (*QueryGeneric) Render ¶
func (generic *QueryGeneric) Render(ctx specifications.Context, w io.Writer, cond specifications.Condition, orders specifications.Orders, offset int, length int) (method specifications.Method, arguments []any, fields []string, err error)
Click to show internal directories.
Click to hide internal directories.