Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + func GetAuthOption(opt *common.APIAuth, ...) func(r *http.Request) auth.Options + func RangeOpenAPIs(pkgPrefix string, handler OneOpenAPIHandler) (err error) + func RangeOpenAPIsProxy(proxyHandler OneOpenAPIProxyHandler) error + type OneOpenAPIHandler = func(serviceName, method, backendPath string, opt *common.OpenAPIOption) error + type OneOpenAPIProxyHandler = func(method, publishPath, backendPath, serviceName string, ...) error