mirror of
https://github.com/gfleury/go-bitbucket-v1.git
synced 2025-07-04 13:02:52 -05:00
Adding search endpoint SearchCode
This commit is contained in:
@ -794,3 +794,7 @@ func GetCommitsStats(w http.ResponseWriter, r *http.Request) {
|
||||
func SetCommitStatus(w http.ResponseWriter, r *http.Request) {
|
||||
HandleRequest(w, r)
|
||||
}
|
||||
|
||||
func SearchCode(w http.ResponseWriter, r *http.Request) {
|
||||
HandleRequest(w, r)
|
||||
}
|
||||
|
Reference in New Issue
Block a user