Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EsService ¶
type EsService[T any] struct { EsWebClient *eswebclient.EsWebClient }
func NewEsService ¶
func (*EsService[T]) ClientQuery ¶
func (s *EsService[T]) ClientQuery() *pagemodel.PageResult[T]
func (*EsService[T]) Query ¶
func (s *EsService[T]) Query() *pagees.PageEsResult
func (*EsService[T]) QueryAsModel ¶
func (s *EsService[T]) QueryAsModel() *pagemodel.PageResult[T]
func (*EsService[T]) QueryEsAsModel ¶
func (s *EsService[T]) QueryEsAsModel(req *pagereq.QueryRequest) *pagemodel.PageResult[T]
Click to show internal directories.
Click to hide internal directories.