Documentation
¶
Index ¶
- Constants
- func Create[T model.VO](opts *CrudOpts[T]) (interface{}, error)
- func Delete[T model.VO](opts *CrudOpts[T]) (interface{}, error)
- func Handle[T model.VO](a T) error
- func Retrieve[T model.VO](tp reflect.Type, opts *CrudOpts[T]) (interface{}, error)
- func Update[T model.VO](opts *CrudOpts[T]) (interface{}, error)
- type CrudOpts
Constants ¶
View Source
const ( OP_C = "C" OP_R = "R" OP_U = "U" OP_D = "D" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.