Documentation
¶
Index ¶
- type RdsManagementApiHandler
- func (h *RdsManagementApiHandler) CloseSession(r *restful.Request, w *restful.Response)
- func (h *RdsManagementApiHandler) GetActiveSessions(r *restful.Request, w *restful.Response)
- func (h *RdsManagementApiHandler) GetMetrics(r *restful.Request, w *restful.Response)
- func (h *RdsManagementApiHandler) GetPoolStats(r *restful.Request, w *restful.Response)
- func (h *RdsManagementApiHandler) Init() error
- func (h *RdsManagementApiHandler) Name() string
- type RdsProxyApiHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RdsManagementApiHandler ¶
type RdsManagementApiHandler struct {
ioc.ObjectImpl
// contains filtered or unexported fields
}
func (*RdsManagementApiHandler) CloseSession ¶
func (h *RdsManagementApiHandler) CloseSession(r *restful.Request, w *restful.Response)
CloseSession 关闭指定会话
func (*RdsManagementApiHandler) GetActiveSessions ¶
func (h *RdsManagementApiHandler) GetActiveSessions(r *restful.Request, w *restful.Response)
GetActiveSessions 获取活跃会话列表
func (*RdsManagementApiHandler) GetMetrics ¶
func (h *RdsManagementApiHandler) GetMetrics(r *restful.Request, w *restful.Response)
GetMetrics 获取服务器指标
func (*RdsManagementApiHandler) GetPoolStats ¶
func (h *RdsManagementApiHandler) GetPoolStats(r *restful.Request, w *restful.Response)
GetPoolStats 获取连接池统计
func (*RdsManagementApiHandler) Init ¶
func (h *RdsManagementApiHandler) Init() error
func (*RdsManagementApiHandler) Name ¶
func (h *RdsManagementApiHandler) Name() string
type RdsProxyApiHandler ¶
type RdsProxyApiHandler struct {
ioc.ObjectImpl
// contains filtered or unexported fields
}
func (*RdsProxyApiHandler) Init ¶
func (h *RdsProxyApiHandler) Init() error
func (*RdsProxyApiHandler) Name ¶
func (h *RdsProxyApiHandler) Name() string
func (*RdsProxyApiHandler) WebSocketProxy ¶
func (h *RdsProxyApiHandler) WebSocketProxy(r *restful.Request, w *restful.Response)
Click to show internal directories.
Click to hide internal directories.