alibaba / sentinel-golang

Sentinel Go enables reliability and resiliency for Go microservices
https://sentinelguard.io/
Apache License 2.0
2.76k stars 431 forks source link

Add integration module for beego #61

Open sczyh30 opened 4 years ago

sczyh30 commented 4 years ago

Issue Description

Type: feature request

Describe what feature you want

Add integration module for beego. Discussions and contributions are welcomed!

gorexlv commented 4 years ago

I will deal with the issue if no one does :)

louyuting commented 4 years ago

Nice~I will assign this issue to U.

UnderTreeTech commented 4 years ago

I don't think it's a good design. Why sentinel not expose callback, hooks or adapter interface definition. Thus any framework(like beego, gin, martini,etc.) can integrate sentinel.

gorexlv commented 4 years ago

I don't think it's a good design. Why sentinel not expose callback, hooks or adapter interface definition. Thus any framework(like beego, gin, martini,etc.) can integrate sentinel.

@UnderTreeTech Here is the definition doc: https://github.com/alibaba/sentinel-golang/issues/61#issuecomment-617624787