utils

package
v0.0.0-...-f6774a9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 27, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetSessionIdsInBatch

func GetSessionIdsInBatch(db *gorm.DB, taskId string, batchId string) ([]int, error)

Types

type BatchIdResponse

type BatchIdResponse struct {
	ProjectId int    `json:"projectId"`
	TaskId    string `json:"taskId"`
	BatchId   string `json:"batchId"`
	DryRun    bool   `json:"dryRun"`
}

type QuerySessionsInput

type QuerySessionsInput struct {
	ProjectId    int                         `json:"projectId"`
	Query        modelInputs.ClickhouseQuery `json:"clickhouseQuery"`
	Email        string                      `json:"email"`
	FirstName    string                      `json:"firstName"`
	SessionCount int                         `json:"sessionCount"`
	DryRun       bool                        `json:"dryRun"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL