Documentation
¶
Index ¶
- type Builder
- func (builder *Builder) GetById(entityId int, connection db.Connection, model reflect.Type) (map[string]interface{}, error)
- func (builder *Builder) GetByUuid(entityUuid uuid.UUID, connection db.Connection, model reflect.Type) (map[string]interface{}, error)
- func (builder *Builder) GetWhere(connection db.Connection, model reflect.Type, whereClause string, sort string, ...) ([]map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.