Documentation
¶
Index ¶
- Constants
- func ConvertToBase64(pathToImage string) string
- func GetBodyNewPassword(newPassword NewPassword) string
- func GetBodyNewTicket(newIncident NewTicket) string
- func GetBodyNewUser(newUser NewUser) string
- func GetBodyTicketChange(incidentChange IncidentChange) string
- type IncidentChange
- type NewPassword
- type NewTicket
- type NewUser
Constants ¶
View Source
const PathIncidentChange = "Templates/IncidentChange.html"
View Source
const PathLogo = "Templates/Assets/Logo.png"
View Source
const PathNewIncident = "Templates/NewTicket.html"
View Source
const PathNewPassword = "Templates/NewPassword.html" //nolint:gosec
View Source
const PathNewUser = "Templates/NewUser.html"
Variables ¶
This section is empty.
Functions ¶
func ConvertToBase64 ¶
func GetBodyNewPassword ¶
func GetBodyNewPassword(newPassword NewPassword) string
func GetBodyNewTicket ¶
func GetBodyNewUser ¶
func GetBodyTicketChange ¶
func GetBodyTicketChange(incidentChange IncidentChange) string
Types ¶
type IncidentChange ¶
type NewPassword ¶
Click to show internal directories.
Click to hide internal directories.