Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QueryService ¶
type QueryService struct {
// contains filtered or unexported fields
}
func NewQueryService ¶
func NewQueryService(db *sqlx.DB) *QueryService
func (*QueryService) Close ¶
func (svc *QueryService) Close()
func (*QueryService) ExecQuery ¶
func (svc *QueryService) ExecQuery(ctx context.Context, query *model.QueryRequest) (*model.QueryResponse, error)
Click to show internal directories.
Click to hide internal directories.