Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/answer
/ IsTLS
Method
IsTLS
internal/service/export/email_service.go:89–91 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
87
}
88
89
func
(e *EmailConfig) IsTLS() bool {
90
return
e.Encryption ==
"TLS"
91
}
92
93
// SaveCode save code
94
func
(es *EmailService) SaveCode(ctx context.Context, userID, code, codeContent string) {
Callers
1
Send
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected