(context.Context, []*common.User)
| 15 | SyncUser(context.Context, *common.User) error |
| 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) |
no outgoing calls