builder

package
v0.0.0-...-a4c7aa5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 21, 2021 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Builder

type Builder struct {
}

func (*Builder) GetById

func (builder *Builder) GetById(entityId int, connection db.Connection, model reflect.Type) (map[string]interface{}, error)

func (*Builder) GetByUuid

func (builder *Builder) GetByUuid(entityUuid uuid.UUID, connection db.Connection, model reflect.Type) (map[string]interface{}, error)

func (*Builder) GetWhere

func (builder *Builder) GetWhere(connection db.Connection, model reflect.Type, whereClause string, sort string, limit int) ([]map[string]interface{}, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL