Documentation ¶
Index ¶
- Variables
- func ExecFindByColumn(ctx context.Context, query string, val any, props []any) error
- func ExecSave(ctx context.Context, query string, props []any) error
- func FindByColumn(table string, colmap *Colmap, col string) (string, []any)
- func StandardSave(table string, colmap *Colmap, auditQuery string) (string, []any, string)
- type Audit
- type Audits
- type Colmap
- type Criteria
- type ErrInvalidQuery
- type Markedup
- type Model
- type Querier
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrWrongRev = util.ClientSafeError{Message: "This record has been changed by another request since you loaded it. Review the changes by going back and refreshing, and try again if appropriate."}
Functions ¶
func ExecFindByColumn ¶ added in v0.0.3
Types ¶
type Criteria ¶
type Criteria struct { Query query.Query Filters filter.Filters Pagination pagination.Pagination }
type ErrInvalidQuery ¶ added in v0.0.6
type ErrInvalidQuery struct { Query interface{} Model string }
func (ErrInvalidQuery) Error ¶ added in v0.0.6
func (this ErrInvalidQuery) Error() string
type Markedup ¶ added in v0.0.14
type Markedup string
func (*Markedup) FromString ¶ added in v0.0.14
Click to show internal directories.
Click to hide internal directories.