Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstanceItemsPool ¶
type InstanceItemsPool struct {
// contains filtered or unexported fields
}
func (*InstanceItemsPool) Get ¶
func (iip *InstanceItemsPool) Get() *[]query.InstanceItem
func (*InstanceItemsPool) Put ¶
func (iip *InstanceItemsPool) Put(iiv *[]query.InstanceItem)
type PlanMetaSlicePool ¶
type PlanMetaSlicePool struct {
// contains filtered or unexported fields
}
func (*PlanMetaSlicePool) Get ¶
func (psp *PlanMetaSlicePool) Get() *[]*tipb.PlanMeta
func (*PlanMetaSlicePool) Put ¶
func (psp *PlanMetaSlicePool) Put(ps *[]*tipb.PlanMeta)
type ResourceCPUTimeSlicePool ¶
type ResourceCPUTimeSlicePool struct {
// contains filtered or unexported fields
}
func (*ResourceCPUTimeSlicePool) Get ¶
func (rsp *ResourceCPUTimeSlicePool) Get() *[]*resource_usage_agent.ResourceUsageRecord
func (*ResourceCPUTimeSlicePool) Put ¶
func (rsp *ResourceCPUTimeSlicePool) Put(rs *[]*resource_usage_agent.ResourceUsageRecord)
type SQLMetaSlicePool ¶
type SQLMetaSlicePool struct {
// contains filtered or unexported fields
}
func (*SQLMetaSlicePool) Get ¶
func (ssp *SQLMetaSlicePool) Get() *[]*tipb.SQLMeta
func (*SQLMetaSlicePool) Put ¶
func (ssp *SQLMetaSlicePool) Put(ss *[]*tipb.SQLMeta)
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func (*Service) HTTPService ¶
func (s *Service) HTTPService(g *gin.RouterGroup)
Click to show internal directories.
Click to hide internal directories.