Documentation ¶
Overview ¶
Code generated by options-gen. DO NOT EDIT.
Index ¶
- Variables
- type InsertQueryResultsReq
- type OptOptionsSetter
- type Options
- type Service
- func (s *Service) Conn(ctx context.Context) qrm.DB
- func (s *Service) DoInTx(ctx context.Context, transactionCallback func(conn qrm.DB) error) error
- func (s *Service) GetQueryResults(conn qrm.DB, uid config.UserID, id uuid6.UUID) (*model.QueryResults, error)
- func (s *Service) InsertQueryResults(conn qrm.DB, req InsertQueryResultsReq) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type InsertQueryResultsReq ¶
type OptOptionsSetter ¶
type OptOptionsSetter func(o *Options)
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) GetQueryResults ¶
func (*Service) InsertQueryResults ¶
func (s *Service) InsertQueryResults(conn qrm.DB, req InsertQueryResultsReq) error
Source Files ¶
Click to show internal directories.
Click to hide internal directories.