(ctx context.Context)
| 8 | ) |
| 9 | |
| 10 | func (x *Xray) GetSysStats(ctx context.Context) (*common.BackendStatsResponse, error) { |
| 11 | return x.handler.GetSysStats(ctx) |
| 12 | } |
| 13 | |
| 14 | func (x *Xray) GetUserOnlineStats(ctx context.Context, email string) (*common.OnlineStatResponse, error) { |
| 15 | return x.handler.GetUserOnlineStats(ctx, email) |
no test coverage detected