Skip to content

Commit

Permalink
export AuthenticateResponse (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
EAimTY authored Sep 18, 2023
1 parent 6e589ba commit 432e3d6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,12 @@ mod rpc;
pub use crate::client::{Client, ConnectOptions};
pub use crate::error::Error;
pub use crate::rpc::auth::{
AuthClient, AuthDisableResponse, AuthEnableResponse, Permission, PermissionType,
RoleAddResponse, RoleDeleteResponse, RoleGetResponse, RoleGrantPermissionResponse,
RoleListResponse, RoleRevokePermissionOptions, RoleRevokePermissionResponse, UserAddOptions,
UserAddResponse, UserChangePasswordResponse, UserDeleteResponse, UserGetResponse,
UserGrantRoleResponse, UserListResponse, UserRevokeRoleResponse,
AuthClient, AuthDisableResponse, AuthEnableResponse, AuthenticateResponse, Permission,
PermissionType, RoleAddResponse, RoleDeleteResponse, RoleGetResponse,
RoleGrantPermissionResponse, RoleListResponse, RoleRevokePermissionOptions,
RoleRevokePermissionResponse, UserAddOptions, UserAddResponse, UserChangePasswordResponse,
UserDeleteResponse, UserGetResponse, UserGrantRoleResponse, UserListResponse,
UserRevokeRoleResponse,
};
pub use crate::rpc::cluster::{
ClusterClient, Member, MemberAddOptions, MemberAddResponse, MemberListResponse,
Expand Down

0 comments on commit 432e3d6

Please sign in to comment.