package
Version:
v0.19.1049
Opens a new window with list of versions in this module.
Published: Jul 10, 2026
License: AGPL-3.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
TrialSignupSubject = "trial-signup"
)
type TrialSignup struct {
FirstName string `json:"firstName"`
LastName string `json:"lastName"`
Email string `json:"email"`
CompanyName string `json:"companyName"`
JobTitle string `json:"jobTitle"`
Notes string `json:"notes"`
Subject string `json:"subject"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.