nidus-sync/rmo/mailer.go

13 lines
180 B
Go
Raw Normal View History

2026-02-28 23:17:30 +00:00
package rmo
import (
"net/http"
//"github.com/Gleipnir-Technology/nidus-sync/config"
)
type contentMailer struct{}
func getMailer(w http.ResponseWriter, r *http.Request) {
}