文件名称:mandrill:Mandrill 事件网络钩子接收器
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-26 11:26:30
Go
山魈 用于处理来自传入事件的 Go 库。 安装 go get github.com/leejarvis/mandrill 例子 package main import ( "fmt" "net/http" "github.com/leejarvis/mandrill" ) func main () { http . Handle ( "/" , mandrill . EventHandler ( func ( e mandrill. Event ) { fmt . Println ( e . Type ) // sent/click/deferred // insert the event into our database or something })) http . ListenAndServe ( ":3
【文件预览】:
mandrill-master
----.gitignore(4B)
----mandrill_test.go(733B)
----event.go(1KB)
----README.md(948B)
----event_test.go(2KB)
----mandrill.go(1KB)