package
2.10.3+incompatible
Repository: https://github.com/chanjuihuang/go-backend-framework.git
Documentation: pkg.go.dev

# Functions

@tags admin-http-api @accept json @produce json @param Authorization header string true "bearer token" @param "query string" query httpapi.HttpApiSearchRequest true "search http apis" @success 200 {object} response.Response{data=httpapi.HttpApiSearchData} @failure 400 {object} response.ErrorResponse "code: 400-001(Bad Request), 400-002(request validation failed)" @failure 401 {object} response.ErrorResponse "code: 401-001(Unauthorized)" @failure 403 {object} response.ErrorResponse "code: 403-001(Forbidden)" @failure 500 {object} response.ErrorResponse "code: 500-001(Internal Server Error)" @router /api/admin/http-api [get].

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author