Discover Packages
github.com/highlight-run/highlight/backend
lambda-functions
sessionExport
utils
package
Version:
v0.0.0-...-77f0b0c
Opens a new window with list of versions in this module.
Published: Dec 16, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
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 struct {
Project int `json:"project"`
Session int `json:"session"`
Format string `json:"format"`
TargetEmails []string `json:"targetEmails"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.