Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ElasticsearchAdapter ¶
type ElasticsearchAdapter struct { Debug bool Service string Client *elastic.Client Dispatcher *events.Dispatcher }
func (*ElasticsearchAdapter) CreateAdapter ¶
func (es *ElasticsearchAdapter) CreateAdapter(ctx context.Context, paginator paginations.Pagination) paginator.Adapter
type GormAdapter ¶
type GormAdapter struct { Debug bool Dispatcher *events.Dispatcher }
func (*GormAdapter) CreateAdapter ¶
func (g *GormAdapter) CreateAdapter(ctx context.Context, paginator paginations.Pagination) paginator.Adapter
type MongodbAdapter ¶
type MongodbAdapter struct { Debug bool Dispatcher *events.Dispatcher }
func (*MongodbAdapter) CreateAdapter ¶
func (mg *MongodbAdapter) CreateAdapter(ctx context.Context, paginator paginations.Pagination) paginator.Adapter
Click to show internal directories.
Click to hide internal directories.