utils

package
v0.0.0-...-e52328d Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2025 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"`
	Params       modelInputs.QueryInput `json:"params"`
	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