(context.Context)
| 17 | UpdateUsers(context.Context, []*common.User) error |
| 18 | UpdateUsersAndRestart(context.Context, []*common.User) error |
| 19 | GetSysStats(context.Context) (*common.BackendStatsResponse, error) |
| 20 | GetStats(context.Context, *common.StatRequest) (*common.StatResponse, error) |
| 21 | GetOutboundsLatency(context.Context, *common.LatencyRequest) (*common.LatencyResponse, error) |
| 22 | GetUserOnlineStats(context.Context, string) (*common.OnlineStatResponse, error) |
no outgoing calls
no test coverage detected