MCPcopy 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
48func storeEmails() {
49 var emailService = services.EmailService{}
50 emailService.StoreEmails()
51}
52
53func main() {
54 app := fiber.New()

Callers 1

mainFunction · 0.85

Calls 1

StoreEmailsMethod · 0.80

Tested by

no test coverage detected