mirror of
https://gitlab.com/fabinfra/fabaccess/fabaccess-api.git
synced 2025-03-11 22:31:47 +01:00
Add deprecation comment
This commit is contained in:
parent
93f130873e
commit
c00a274a16
@ -28,6 +28,8 @@ struct UserSystem
|
||||
getUserList @0 () -> ( user_list :List(User) );
|
||||
|
||||
addUser @1 (username :Text, password: Text) -> User;
|
||||
# DEPRECATED: use `addUserFallible` instead
|
||||
|
||||
removeUser @2 (user: User);
|
||||
|
||||
struct AddUserError {
|
||||
|
Loading…
x
Reference in New Issue
Block a user