# webhook **Repository Path**: jiusheng5/webhook ## Basic Information - **Project Name**: webhook - **Description**: 基于gin实现的gitlab webhook服务 - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-11-09 - **Last Updated**: 2023-11-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README * 编译 linux ``` go build -ldflags "-w -s" -o webhook ``` windows打包linux ``` GOOS=linux go build -ldflags "-w -s" -o webhook ``` * 启动 ./webhook -port=xxxx * 路由 1. http(s)://domain/(feishu|weixin)/(bot_key) method:POST 2. http(s)://domain/(feishu|weixin)/(bot_key)?content=xxxxxxxxxxxxxxxxxzzzzzzzzzzzz(支持markdown) method:GET