Documentation
¶
Index ¶
- func NewV1() monitor.IMonitorV1
- type ControllerV1
- func (c *ControllerV1) Global(ctx context.Context, req *v1.GlobalReq) (res *v1.GlobalRes, err error)
- func (c *ControllerV1) PerfBreakdown(ctx context.Context, req *v1.PerfBreakdownReq) (res *v1.PerfBreakdownRes, err error)
- func (c *ControllerV1) PerfHistory(ctx context.Context, req *v1.PerfHistoryReq) (res *v1.PerfHistoryRes, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewV1 ¶
func NewV1() monitor.IMonitorV1
Types ¶
type ControllerV1 ¶
type ControllerV1 struct{}
func (*ControllerV1) Global ¶
func (c *ControllerV1) Global(ctx context.Context, req *v1.GlobalReq) (res *v1.GlobalRes, err error)
func (*ControllerV1) PerfBreakdown ¶
func (c *ControllerV1) PerfBreakdown(ctx context.Context, req *v1.PerfBreakdownReq) (res *v1.PerfBreakdownRes, err error)
func (*ControllerV1) PerfHistory ¶
func (c *ControllerV1) PerfHistory(ctx context.Context, req *v1.PerfHistoryReq) (res *v1.PerfHistoryRes, err error)
Click to show internal directories.
Click to hide internal directories.