package send import ( "github.com/wgroeneveld/go-jamming/app/mf" ) func SendPingbackToEndpoint(endpoint string, mention mf.Mention) { // do stuff }