(text string)
| 226 | } |
| 227 | |
| 228 | func escapeEmailHTMLText(text string) string { |
| 229 | return html.EscapeString(text) |
| 230 | } |
| 231 | |
| 232 | // NewAnswerTemplate new answer template |
| 233 | func (es *EmailService) NewAnswerTemplate(ctx context.Context, raw *schema.NewAnswerTemplateRawData) ( |
no outgoing calls
no test coverage detected