utils

package
v0.0.0-...-77f0b0c Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SaveSessionExportInput

type SaveSessionExportInput struct {
	SessionID    int                       `json:"sessionId"`
	Type         model.SessionExportFormat `json:"type"`
	URL          string                    `json:"url"`
	Error        string                    `json:"error"`
	TargetEmails []string                  `json:"targetEmails"`
}

type SendEmailInput

type SendEmailInput struct {
	ProjectId       int      `json:"projectId"`
	SessionSecureId string   `json:"sessionSecureId"`
	User            string   `json:"user"`
	URL             string   `json:"url"`
	Error           string   `json:"error"`
	TargetEmails    []string `json:"targetEmails"`
}

type SessionExportInput

type SessionExportInput struct {
	Project      int      `json:"project"`
	Session      int      `json:"session"`
	Format       string   `json:"format"`
	TargetEmails []string `json:"targetEmails"`
}

Jump to

Keyboard shortcuts

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