mirror of
https://gitlab.com/fabinfra/fabaccess/fabaccess-api.git
synced 2025-03-12 06:41:51 +01:00
Parameters should remain named
This commit is contained in:
parent
aea03aabe3
commit
f02afb3736
@ -21,6 +21,6 @@ struct UserSystem
|
||||
getUserList @0 () -> ( user_list :List(User) );
|
||||
|
||||
addUser @1 (username :Text, password: Text) -> User;
|
||||
removeUser @2 User;
|
||||
removeUser @2 (user: User);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user