Documentation ¶
Index ¶
- func DescribeFunctuionList() gin.HandlerFunc
- func DescribeMetricLabels() gin.HandlerFunc
- func DescribeRequestInterface(polarisServer *bootstrap.PolarisServer, conf *bootstrap.Config) gin.HandlerFunc
- func DescribeServerNodes(polarisServer *bootstrap.PolarisServer, conf *bootstrap.Config) gin.HandlerFunc
- func DescribeServiceCallerMetric(polarisServer *bootstrap.PolarisServer, conf *bootstrap.Config) gin.HandlerFunc
- func DescribeServiceInstances(conf *bootstrap.Config) gin.HandlerFunc
- func DescribeServiceInstancesMetric(polarisServer *bootstrap.PolarisServer, conf *bootstrap.Config) gin.HandlerFunc
- func DescribeServiceInterfacesMetric(polarisServer *bootstrap.PolarisServer, conf *bootstrap.Config) gin.HandlerFunc
- func DescribeServicesMetric(polarisServer *bootstrap.PolarisServer, conf *bootstrap.Config) gin.HandlerFunc
- func NewAdminGetter(conf *bootstrap.Config)
- func PolarisPage(conf *bootstrap.Config) gin.HandlerFunc
- func ReverseHandleAdminUserExist(polarisServer *bootstrap.PolarisServer, conf *bootstrap.Config) gin.HandlerFunc
- func ReverseHandleBootstrap(polarisServer *bootstrap.PolarisServer, conf *bootstrap.Config) gin.HandlerFunc
- func ReverseProxyForLogin(polarisServer *bootstrap.PolarisServer, conf *bootstrap.Config) gin.HandlerFunc
- func ReverseProxyForMonitorServer(monitorServer *bootstrap.MonitorServer) gin.HandlerFunc
- func ReverseProxyForServer(polarisServer *bootstrap.PolarisServer, conf *bootstrap.Config) gin.HandlerFunc
- func ReverseProxyNoAuthForServer(polarisServer *bootstrap.PolarisServer, conf *bootstrap.Config) gin.HandlerFunc
- type AdminUserGetter
- type Description
- type FunctionDesc
- type GetUserTokenResponse
- type LoginRequest
- type RetStatus
- type ServiceOwner
- type User
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DescribeFunctuionList ¶ added in v1.12.2
func DescribeFunctuionList() gin.HandlerFunc
func DescribeMetricLabels ¶ added in v1.12.0
func DescribeMetricLabels() gin.HandlerFunc
func DescribeRequestInterface ¶ added in v1.12.0
func DescribeRequestInterface(polarisServer *bootstrap.PolarisServer, conf *bootstrap.Config) gin.HandlerFunc
func DescribeServerNodes ¶ added in v1.12.0
func DescribeServerNodes(polarisServer *bootstrap.PolarisServer, conf *bootstrap.Config) gin.HandlerFunc
func DescribeServiceCallerMetric ¶ added in v1.13.0
func DescribeServiceCallerMetric(polarisServer *bootstrap.PolarisServer, conf *bootstrap.Config) gin.HandlerFunc
DescribeServiceCallerMetric 查询服务调用者级别监控指标列表视图
func DescribeServiceInstances ¶ added in v1.13.0
func DescribeServiceInstances(conf *bootstrap.Config) gin.HandlerFunc
func DescribeServiceInstancesMetric ¶ added in v1.13.0
func DescribeServiceInstancesMetric(polarisServer *bootstrap.PolarisServer, conf *bootstrap.Config) gin.HandlerFunc
DescribeServiceInstancesMetric 查询服务下实例级别监控指标列表视图
func DescribeServiceInterfacesMetric ¶ added in v1.13.0
func DescribeServiceInterfacesMetric(polarisServer *bootstrap.PolarisServer, conf *bootstrap.Config) gin.HandlerFunc
DescribeServiceInterfacesMetric 查询服务下接口级别监控指标列表视图
func DescribeServicesMetric ¶ added in v1.13.0
func DescribeServicesMetric(polarisServer *bootstrap.PolarisServer, conf *bootstrap.Config) gin.HandlerFunc
DescribeServicesMetric 查询服务级别监控指标列表视图
func NewAdminGetter ¶ added in v1.15.4
func ReverseHandleAdminUserExist ¶ added in v1.15.4
func ReverseHandleAdminUserExist(polarisServer *bootstrap.PolarisServer, conf *bootstrap.Config) gin.HandlerFunc
ReverseHandleAdminUserExist 反向代理
func ReverseHandleBootstrap ¶ added in v1.15.4
func ReverseHandleBootstrap(polarisServer *bootstrap.PolarisServer, conf *bootstrap.Config) gin.HandlerFunc
func ReverseProxyForLogin ¶
func ReverseProxyForLogin(polarisServer *bootstrap.PolarisServer, conf *bootstrap.Config) gin.HandlerFunc
ReverseProxyForLogin 反向代理
func ReverseProxyForMonitorServer ¶
func ReverseProxyForMonitorServer(monitorServer *bootstrap.MonitorServer) gin.HandlerFunc
func ReverseProxyForServer ¶
func ReverseProxyForServer(polarisServer *bootstrap.PolarisServer, conf *bootstrap.Config) gin.HandlerFunc
ReverseProxyForServer 反向代理
func ReverseProxyNoAuthForServer ¶
func ReverseProxyNoAuthForServer(polarisServer *bootstrap.PolarisServer, conf *bootstrap.Config) gin.HandlerFunc
ReverseProxyNoAuthForServer 反向代理
Types ¶
type AdminUserGetter ¶ added in v1.15.4
type AdminUserGetter struct {
// contains filtered or unexported fields
}
func (*AdminUserGetter) GetAdminInfo ¶ added in v1.15.4
func (a *AdminUserGetter) GetAdminInfo() (*security.User, error)
type Description ¶ added in v1.12.0
type FunctionDesc ¶ added in v1.12.2
type GetUserTokenResponse ¶
type LoginRequest ¶ added in v1.12.0
type ServiceOwner ¶
ServiceOwner 服务(规则)负责人信息
Click to show internal directories.
Click to hide internal directories.