├── .travis.yml ├── README.md ├── webhook.conf └── webhook.go /.travis.yml: -------------------------------------------------------------------------------- 1 | language: go 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiniu/webhook/HEAD/README.md -------------------------------------------------------------------------------- /webhook.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiniu/webhook/HEAD/webhook.conf -------------------------------------------------------------------------------- /webhook.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiniu/webhook/HEAD/webhook.go --------------------------------------------------------------------------------