(context.Context, []*common.User)
| 16 | SyncUsers(context.Context, []*common.User) error |
| 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) |
no outgoing calls
no test coverage detected