Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devinterface/startersaas-go-api
/ storeEmails
Function
storeEmails
main.go:48–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
}
47
48
func
storeEmails() {
49
var
emailService = services.EmailService{}
50
emailService.StoreEmails()
51
}
52
53
func
main() {
54
app := fiber.New()
Callers
1
main
Function · 0.85
Calls
1
StoreEmails
Method · 0.80
Tested by
no test coverage detected