Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Customer ¶
type Customer interface { List(ctx *gofr.Context, collection string, filter Filter) ([]Model, error) Create(ctx *gofr.Context, collection string, customer Model) error Update(ctx *gofr.Context, collection string, customer Model) error Delete(ctx *gofr.Context, collection string, customer Model) error }
type Filter ¶
Filter specifies the fields by which you can search a customer
func (Filter) GenSolrQuery ¶
GenSolrQuery makes a solr query based on the filters passed
Click to show internal directories.
Click to hide internal directories.