fix: send email on new member joining

Closes #228
This commit is contained in:
Arjun Patel
2026-06-08 17:25:46 -07:00
parent 6c3206788a
commit edf493f733
5 changed files with 268 additions and 16 deletions
+2
View File
@@ -9,6 +9,8 @@ import (
"github.com/jackc/pgx/v5/pgxpool"
)
//go:generate go tool mockgen -source ./service.go -destination ./mocks/service.go
var ErrNotFound = errors.New("human not found")
type Service interface {