commit | 25e1211395cfecfbccad20f91fa03b9cd715b008 | [log] [tgz] |
---|---|---|
author | Adrià Vilanova Martínez <me@avm99963.com> | Wed Aug 25 13:48:06 2021 +0200 |
committer | Adrià Vilanova Martínez <me@avm99963.com> | Wed Aug 25 13:48:06 2021 +0200 |
tree | 58466a37715ca6c6c0a874ecd3546d34051d3207 | |
parent | 28bd803153f4d86c17897ee5704e2ef6f6e2790d [diff] [blame] |
Implemented the rest of the methods except for GetKillSwitchStatus Change-Id: Ia5b1a1c44c2e52653b9845ecc9557f525e6d41b1
diff --git a/api_proto/kill_switch.proto b/api_proto/kill_switch.proto index 38b688c..9b2f450 100644 --- a/api_proto/kill_switch.proto +++ b/api_proto/kill_switch.proto
@@ -67,7 +67,7 @@ } message ListAuthorizedUsersResponse { - KillSwitchAuthorizedUser authorized_users = 1; + repeated KillSwitchAuthorizedUser users = 1; } message AddAuthorizedUserRequest {