Documentation ¶
Index ¶
- type AuthClient
- func (_m *AuthClient) Actor(ctx context.Context, in *wrappers.StringValue, opts ...grpc.CallOption) (*charond.ActorResponse, error)
- func (_m *AuthClient) BelongsTo(ctx context.Context, in *charond.BelongsToRequest, opts ...grpc.CallOption) (*wrappers.BoolValue, error)
- func (_m *AuthClient) IsAuthenticated(ctx context.Context, in *charond.IsAuthenticatedRequest, ...) (*wrappers.BoolValue, error)
- func (_m *AuthClient) IsGranted(ctx context.Context, in *charond.IsGrantedRequest, opts ...grpc.CallOption) (*wrappers.BoolValue, error)
- func (_m *AuthClient) Login(ctx context.Context, in *charond.LoginRequest, opts ...grpc.CallOption) (*wrappers.StringValue, error)
- func (_m *AuthClient) Logout(ctx context.Context, in *charond.LogoutRequest, opts ...grpc.CallOption) (*empty.Empty, error)
- type AuthServer
- func (_m *AuthServer) Actor(_a0 context.Context, _a1 *wrappers.StringValue) (*charond.ActorResponse, error)
- func (_m *AuthServer) BelongsTo(_a0 context.Context, _a1 *charond.BelongsToRequest) (*wrappers.BoolValue, error)
- func (_m *AuthServer) IsAuthenticated(_a0 context.Context, _a1 *charond.IsAuthenticatedRequest) (*wrappers.BoolValue, error)
- func (_m *AuthServer) IsGranted(_a0 context.Context, _a1 *charond.IsGrantedRequest) (*wrappers.BoolValue, error)
- func (_m *AuthServer) Login(_a0 context.Context, _a1 *charond.LoginRequest) (*wrappers.StringValue, error)
- func (_m *AuthServer) Logout(_a0 context.Context, _a1 *charond.LogoutRequest) (*empty.Empty, error)
- type GroupManagerClient
- func (_m *GroupManagerClient) Create(ctx context.Context, in *charond.CreateGroupRequest, opts ...grpc.CallOption) (*charond.CreateGroupResponse, error)
- func (_m *GroupManagerClient) Delete(ctx context.Context, in *charond.DeleteGroupRequest, opts ...grpc.CallOption) (*wrappers.BoolValue, error)
- func (_m *GroupManagerClient) Get(ctx context.Context, in *charond.GetGroupRequest, opts ...grpc.CallOption) (*charond.GetGroupResponse, error)
- func (_m *GroupManagerClient) List(ctx context.Context, in *charond.ListGroupsRequest, opts ...grpc.CallOption) (*charond.ListGroupsResponse, error)
- func (_m *GroupManagerClient) ListPermissions(ctx context.Context, in *charond.ListGroupPermissionsRequest, ...) (*charond.ListGroupPermissionsResponse, error)
- func (_m *GroupManagerClient) Modify(ctx context.Context, in *charond.ModifyGroupRequest, opts ...grpc.CallOption) (*charond.ModifyGroupResponse, error)
- func (_m *GroupManagerClient) SetPermissions(ctx context.Context, in *charond.SetGroupPermissionsRequest, ...) (*charond.SetGroupPermissionsResponse, error)
- type GroupManagerServer
- func (_m *GroupManagerServer) Create(_a0 context.Context, _a1 *charond.CreateGroupRequest) (*charond.CreateGroupResponse, error)
- func (_m *GroupManagerServer) Delete(_a0 context.Context, _a1 *charond.DeleteGroupRequest) (*wrappers.BoolValue, error)
- func (_m *GroupManagerServer) Get(_a0 context.Context, _a1 *charond.GetGroupRequest) (*charond.GetGroupResponse, error)
- func (_m *GroupManagerServer) List(_a0 context.Context, _a1 *charond.ListGroupsRequest) (*charond.ListGroupsResponse, error)
- func (_m *GroupManagerServer) ListPermissions(_a0 context.Context, _a1 *charond.ListGroupPermissionsRequest) (*charond.ListGroupPermissionsResponse, error)
- func (_m *GroupManagerServer) Modify(_a0 context.Context, _a1 *charond.ModifyGroupRequest) (*charond.ModifyGroupResponse, error)
- func (_m *GroupManagerServer) SetPermissions(_a0 context.Context, _a1 *charond.SetGroupPermissionsRequest) (*charond.SetGroupPermissionsResponse, error)
- type PermissionManagerClient
- func (_m *PermissionManagerClient) Get(ctx context.Context, in *charond.GetPermissionRequest, opts ...grpc.CallOption) (*charond.GetPermissionResponse, error)
- func (_m *PermissionManagerClient) List(ctx context.Context, in *charond.ListPermissionsRequest, ...) (*charond.ListPermissionsResponse, error)
- func (_m *PermissionManagerClient) Register(ctx context.Context, in *charond.RegisterPermissionsRequest, ...) (*charond.RegisterPermissionsResponse, error)
- type PermissionManagerServer
- func (_m *PermissionManagerServer) Get(_a0 context.Context, _a1 *charond.GetPermissionRequest) (*charond.GetPermissionResponse, error)
- func (_m *PermissionManagerServer) List(_a0 context.Context, _a1 *charond.ListPermissionsRequest) (*charond.ListPermissionsResponse, error)
- func (_m *PermissionManagerServer) Register(_a0 context.Context, _a1 *charond.RegisterPermissionsRequest) (*charond.RegisterPermissionsResponse, error)
- type RefreshTokenManagerClient
- func (_m *RefreshTokenManagerClient) Create(ctx context.Context, in *charond.CreateRefreshTokenRequest, ...) (*charond.CreateRefreshTokenResponse, error)
- func (_m *RefreshTokenManagerClient) List(ctx context.Context, in *charond.ListRefreshTokensRequest, ...) (*charond.ListRefreshTokensResponse, error)
- func (_m *RefreshTokenManagerClient) Revoke(ctx context.Context, in *charond.RevokeRefreshTokenRequest, ...) (*charond.RevokeRefreshTokenResponse, error)
- type RefreshTokenManagerServer
- func (_m *RefreshTokenManagerServer) Create(_a0 context.Context, _a1 *charond.CreateRefreshTokenRequest) (*charond.CreateRefreshTokenResponse, error)
- func (_m *RefreshTokenManagerServer) List(_a0 context.Context, _a1 *charond.ListRefreshTokensRequest) (*charond.ListRefreshTokensResponse, error)
- func (_m *RefreshTokenManagerServer) Revoke(_a0 context.Context, _a1 *charond.RevokeRefreshTokenRequest) (*charond.RevokeRefreshTokenResponse, error)
- type UserManagerClient
- func (_m *UserManagerClient) Create(ctx context.Context, in *charond.CreateUserRequest, opts ...grpc.CallOption) (*charond.CreateUserResponse, error)
- func (_m *UserManagerClient) Delete(ctx context.Context, in *charond.DeleteUserRequest, opts ...grpc.CallOption) (*wrappers.BoolValue, error)
- func (_m *UserManagerClient) Get(ctx context.Context, in *charond.GetUserRequest, opts ...grpc.CallOption) (*charond.GetUserResponse, error)
- func (_m *UserManagerClient) List(ctx context.Context, in *charond.ListUsersRequest, opts ...grpc.CallOption) (*charond.ListUsersResponse, error)
- func (_m *UserManagerClient) ListGroups(ctx context.Context, in *charond.ListUserGroupsRequest, ...) (*charond.ListUserGroupsResponse, error)
- func (_m *UserManagerClient) ListPermissions(ctx context.Context, in *charond.ListUserPermissionsRequest, ...) (*charond.ListUserPermissionsResponse, error)
- func (_m *UserManagerClient) Modify(ctx context.Context, in *charond.ModifyUserRequest, opts ...grpc.CallOption) (*charond.ModifyUserResponse, error)
- func (_m *UserManagerClient) SetGroups(ctx context.Context, in *charond.SetUserGroupsRequest, opts ...grpc.CallOption) (*charond.SetUserGroupsResponse, error)
- func (_m *UserManagerClient) SetPermissions(ctx context.Context, in *charond.SetUserPermissionsRequest, ...) (*charond.SetUserPermissionsResponse, error)
- type UserManagerServer
- func (_m *UserManagerServer) Create(_a0 context.Context, _a1 *charond.CreateUserRequest) (*charond.CreateUserResponse, error)
- func (_m *UserManagerServer) Delete(_a0 context.Context, _a1 *charond.DeleteUserRequest) (*wrappers.BoolValue, error)
- func (_m *UserManagerServer) Get(_a0 context.Context, _a1 *charond.GetUserRequest) (*charond.GetUserResponse, error)
- func (_m *UserManagerServer) List(_a0 context.Context, _a1 *charond.ListUsersRequest) (*charond.ListUsersResponse, error)
- func (_m *UserManagerServer) ListGroups(_a0 context.Context, _a1 *charond.ListUserGroupsRequest) (*charond.ListUserGroupsResponse, error)
- func (_m *UserManagerServer) ListPermissions(_a0 context.Context, _a1 *charond.ListUserPermissionsRequest) (*charond.ListUserPermissionsResponse, error)
- func (_m *UserManagerServer) Modify(_a0 context.Context, _a1 *charond.ModifyUserRequest) (*charond.ModifyUserResponse, error)
- func (_m *UserManagerServer) SetGroups(_a0 context.Context, _a1 *charond.SetUserGroupsRequest) (*charond.SetUserGroupsResponse, error)
- func (_m *UserManagerServer) SetPermissions(_a0 context.Context, _a1 *charond.SetUserPermissionsRequest) (*charond.SetUserPermissionsResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthClient ¶
AuthClient is an autogenerated mock type for the AuthClient type
func (*AuthClient) Actor ¶
func (_m *AuthClient) Actor(ctx context.Context, in *wrappers.StringValue, opts ...grpc.CallOption) (*charond.ActorResponse, error)
Actor provides a mock function with given fields: ctx, in, opts
func (*AuthClient) BelongsTo ¶
func (_m *AuthClient) BelongsTo(ctx context.Context, in *charond.BelongsToRequest, opts ...grpc.CallOption) (*wrappers.BoolValue, error)
BelongsTo provides a mock function with given fields: ctx, in, opts
func (*AuthClient) IsAuthenticated ¶
func (_m *AuthClient) IsAuthenticated(ctx context.Context, in *charond.IsAuthenticatedRequest, opts ...grpc.CallOption) (*wrappers.BoolValue, error)
IsAuthenticated provides a mock function with given fields: ctx, in, opts
func (*AuthClient) IsGranted ¶
func (_m *AuthClient) IsGranted(ctx context.Context, in *charond.IsGrantedRequest, opts ...grpc.CallOption) (*wrappers.BoolValue, error)
IsGranted provides a mock function with given fields: ctx, in, opts
func (*AuthClient) Login ¶
func (_m *AuthClient) Login(ctx context.Context, in *charond.LoginRequest, opts ...grpc.CallOption) (*wrappers.StringValue, error)
Login provides a mock function with given fields: ctx, in, opts
func (*AuthClient) Logout ¶
func (_m *AuthClient) Logout(ctx context.Context, in *charond.LogoutRequest, opts ...grpc.CallOption) (*empty.Empty, error)
Logout provides a mock function with given fields: ctx, in, opts
type AuthServer ¶
AuthServer is an autogenerated mock type for the AuthServer type
func (*AuthServer) Actor ¶
func (_m *AuthServer) Actor(_a0 context.Context, _a1 *wrappers.StringValue) (*charond.ActorResponse, error)
Actor provides a mock function with given fields: _a0, _a1
func (*AuthServer) BelongsTo ¶
func (_m *AuthServer) BelongsTo(_a0 context.Context, _a1 *charond.BelongsToRequest) (*wrappers.BoolValue, error)
BelongsTo provides a mock function with given fields: _a0, _a1
func (*AuthServer) IsAuthenticated ¶
func (_m *AuthServer) IsAuthenticated(_a0 context.Context, _a1 *charond.IsAuthenticatedRequest) (*wrappers.BoolValue, error)
IsAuthenticated provides a mock function with given fields: _a0, _a1
func (*AuthServer) IsGranted ¶
func (_m *AuthServer) IsGranted(_a0 context.Context, _a1 *charond.IsGrantedRequest) (*wrappers.BoolValue, error)
IsGranted provides a mock function with given fields: _a0, _a1
func (*AuthServer) Login ¶
func (_m *AuthServer) Login(_a0 context.Context, _a1 *charond.LoginRequest) (*wrappers.StringValue, error)
Login provides a mock function with given fields: _a0, _a1
func (*AuthServer) Logout ¶
func (_m *AuthServer) Logout(_a0 context.Context, _a1 *charond.LogoutRequest) (*empty.Empty, error)
Logout provides a mock function with given fields: _a0, _a1
type GroupManagerClient ¶
GroupManagerClient is an autogenerated mock type for the GroupManagerClient type
func (*GroupManagerClient) Create ¶
func (_m *GroupManagerClient) Create(ctx context.Context, in *charond.CreateGroupRequest, opts ...grpc.CallOption) (*charond.CreateGroupResponse, error)
Create provides a mock function with given fields: ctx, in, opts
func (*GroupManagerClient) Delete ¶
func (_m *GroupManagerClient) Delete(ctx context.Context, in *charond.DeleteGroupRequest, opts ...grpc.CallOption) (*wrappers.BoolValue, error)
Delete provides a mock function with given fields: ctx, in, opts
func (*GroupManagerClient) Get ¶
func (_m *GroupManagerClient) Get(ctx context.Context, in *charond.GetGroupRequest, opts ...grpc.CallOption) (*charond.GetGroupResponse, error)
Get provides a mock function with given fields: ctx, in, opts
func (*GroupManagerClient) List ¶
func (_m *GroupManagerClient) List(ctx context.Context, in *charond.ListGroupsRequest, opts ...grpc.CallOption) (*charond.ListGroupsResponse, error)
List provides a mock function with given fields: ctx, in, opts
func (*GroupManagerClient) ListPermissions ¶
func (_m *GroupManagerClient) ListPermissions(ctx context.Context, in *charond.ListGroupPermissionsRequest, opts ...grpc.CallOption) (*charond.ListGroupPermissionsResponse, error)
ListPermissions provides a mock function with given fields: ctx, in, opts
func (*GroupManagerClient) Modify ¶
func (_m *GroupManagerClient) Modify(ctx context.Context, in *charond.ModifyGroupRequest, opts ...grpc.CallOption) (*charond.ModifyGroupResponse, error)
Modify provides a mock function with given fields: ctx, in, opts
func (*GroupManagerClient) SetPermissions ¶
func (_m *GroupManagerClient) SetPermissions(ctx context.Context, in *charond.SetGroupPermissionsRequest, opts ...grpc.CallOption) (*charond.SetGroupPermissionsResponse, error)
SetPermissions provides a mock function with given fields: ctx, in, opts
type GroupManagerServer ¶
GroupManagerServer is an autogenerated mock type for the GroupManagerServer type
func (*GroupManagerServer) Create ¶
func (_m *GroupManagerServer) Create(_a0 context.Context, _a1 *charond.CreateGroupRequest) (*charond.CreateGroupResponse, error)
Create provides a mock function with given fields: _a0, _a1
func (*GroupManagerServer) Delete ¶
func (_m *GroupManagerServer) Delete(_a0 context.Context, _a1 *charond.DeleteGroupRequest) (*wrappers.BoolValue, error)
Delete provides a mock function with given fields: _a0, _a1
func (*GroupManagerServer) Get ¶
func (_m *GroupManagerServer) Get(_a0 context.Context, _a1 *charond.GetGroupRequest) (*charond.GetGroupResponse, error)
Get provides a mock function with given fields: _a0, _a1
func (*GroupManagerServer) List ¶
func (_m *GroupManagerServer) List(_a0 context.Context, _a1 *charond.ListGroupsRequest) (*charond.ListGroupsResponse, error)
List provides a mock function with given fields: _a0, _a1
func (*GroupManagerServer) ListPermissions ¶
func (_m *GroupManagerServer) ListPermissions(_a0 context.Context, _a1 *charond.ListGroupPermissionsRequest) (*charond.ListGroupPermissionsResponse, error)
ListPermissions provides a mock function with given fields: _a0, _a1
func (*GroupManagerServer) Modify ¶
func (_m *GroupManagerServer) Modify(_a0 context.Context, _a1 *charond.ModifyGroupRequest) (*charond.ModifyGroupResponse, error)
Modify provides a mock function with given fields: _a0, _a1
func (*GroupManagerServer) SetPermissions ¶
func (_m *GroupManagerServer) SetPermissions(_a0 context.Context, _a1 *charond.SetGroupPermissionsRequest) (*charond.SetGroupPermissionsResponse, error)
SetPermissions provides a mock function with given fields: _a0, _a1
type PermissionManagerClient ¶
PermissionManagerClient is an autogenerated mock type for the PermissionManagerClient type
func (*PermissionManagerClient) Get ¶
func (_m *PermissionManagerClient) Get(ctx context.Context, in *charond.GetPermissionRequest, opts ...grpc.CallOption) (*charond.GetPermissionResponse, error)
Get provides a mock function with given fields: ctx, in, opts
func (*PermissionManagerClient) List ¶
func (_m *PermissionManagerClient) List(ctx context.Context, in *charond.ListPermissionsRequest, opts ...grpc.CallOption) (*charond.ListPermissionsResponse, error)
List provides a mock function with given fields: ctx, in, opts
func (*PermissionManagerClient) Register ¶
func (_m *PermissionManagerClient) Register(ctx context.Context, in *charond.RegisterPermissionsRequest, opts ...grpc.CallOption) (*charond.RegisterPermissionsResponse, error)
Register provides a mock function with given fields: ctx, in, opts
type PermissionManagerServer ¶
PermissionManagerServer is an autogenerated mock type for the PermissionManagerServer type
func (*PermissionManagerServer) Get ¶
func (_m *PermissionManagerServer) Get(_a0 context.Context, _a1 *charond.GetPermissionRequest) (*charond.GetPermissionResponse, error)
Get provides a mock function with given fields: _a0, _a1
func (*PermissionManagerServer) List ¶
func (_m *PermissionManagerServer) List(_a0 context.Context, _a1 *charond.ListPermissionsRequest) (*charond.ListPermissionsResponse, error)
List provides a mock function with given fields: _a0, _a1
func (*PermissionManagerServer) Register ¶
func (_m *PermissionManagerServer) Register(_a0 context.Context, _a1 *charond.RegisterPermissionsRequest) (*charond.RegisterPermissionsResponse, error)
Register provides a mock function with given fields: _a0, _a1
type RefreshTokenManagerClient ¶
RefreshTokenManagerClient is an autogenerated mock type for the RefreshTokenManagerClient type
func (*RefreshTokenManagerClient) Create ¶
func (_m *RefreshTokenManagerClient) Create(ctx context.Context, in *charond.CreateRefreshTokenRequest, opts ...grpc.CallOption) (*charond.CreateRefreshTokenResponse, error)
Create provides a mock function with given fields: ctx, in, opts
func (*RefreshTokenManagerClient) List ¶
func (_m *RefreshTokenManagerClient) List(ctx context.Context, in *charond.ListRefreshTokensRequest, opts ...grpc.CallOption) (*charond.ListRefreshTokensResponse, error)
List provides a mock function with given fields: ctx, in, opts
func (*RefreshTokenManagerClient) Revoke ¶
func (_m *RefreshTokenManagerClient) Revoke(ctx context.Context, in *charond.RevokeRefreshTokenRequest, opts ...grpc.CallOption) (*charond.RevokeRefreshTokenResponse, error)
Revoke provides a mock function with given fields: ctx, in, opts
type RefreshTokenManagerServer ¶
RefreshTokenManagerServer is an autogenerated mock type for the RefreshTokenManagerServer type
func (*RefreshTokenManagerServer) Create ¶
func (_m *RefreshTokenManagerServer) Create(_a0 context.Context, _a1 *charond.CreateRefreshTokenRequest) (*charond.CreateRefreshTokenResponse, error)
Create provides a mock function with given fields: _a0, _a1
func (*RefreshTokenManagerServer) List ¶
func (_m *RefreshTokenManagerServer) List(_a0 context.Context, _a1 *charond.ListRefreshTokensRequest) (*charond.ListRefreshTokensResponse, error)
List provides a mock function with given fields: _a0, _a1
func (*RefreshTokenManagerServer) Revoke ¶
func (_m *RefreshTokenManagerServer) Revoke(_a0 context.Context, _a1 *charond.RevokeRefreshTokenRequest) (*charond.RevokeRefreshTokenResponse, error)
Revoke provides a mock function with given fields: _a0, _a1
type UserManagerClient ¶
UserManagerClient is an autogenerated mock type for the UserManagerClient type
func (*UserManagerClient) Create ¶
func (_m *UserManagerClient) Create(ctx context.Context, in *charond.CreateUserRequest, opts ...grpc.CallOption) (*charond.CreateUserResponse, error)
Create provides a mock function with given fields: ctx, in, opts
func (*UserManagerClient) Delete ¶
func (_m *UserManagerClient) Delete(ctx context.Context, in *charond.DeleteUserRequest, opts ...grpc.CallOption) (*wrappers.BoolValue, error)
Delete provides a mock function with given fields: ctx, in, opts
func (*UserManagerClient) Get ¶
func (_m *UserManagerClient) Get(ctx context.Context, in *charond.GetUserRequest, opts ...grpc.CallOption) (*charond.GetUserResponse, error)
Get provides a mock function with given fields: ctx, in, opts
func (*UserManagerClient) List ¶
func (_m *UserManagerClient) List(ctx context.Context, in *charond.ListUsersRequest, opts ...grpc.CallOption) (*charond.ListUsersResponse, error)
List provides a mock function with given fields: ctx, in, opts
func (*UserManagerClient) ListGroups ¶
func (_m *UserManagerClient) ListGroups(ctx context.Context, in *charond.ListUserGroupsRequest, opts ...grpc.CallOption) (*charond.ListUserGroupsResponse, error)
ListGroups provides a mock function with given fields: ctx, in, opts
func (*UserManagerClient) ListPermissions ¶
func (_m *UserManagerClient) ListPermissions(ctx context.Context, in *charond.ListUserPermissionsRequest, opts ...grpc.CallOption) (*charond.ListUserPermissionsResponse, error)
ListPermissions provides a mock function with given fields: ctx, in, opts
func (*UserManagerClient) Modify ¶
func (_m *UserManagerClient) Modify(ctx context.Context, in *charond.ModifyUserRequest, opts ...grpc.CallOption) (*charond.ModifyUserResponse, error)
Modify provides a mock function with given fields: ctx, in, opts
func (*UserManagerClient) SetGroups ¶
func (_m *UserManagerClient) SetGroups(ctx context.Context, in *charond.SetUserGroupsRequest, opts ...grpc.CallOption) (*charond.SetUserGroupsResponse, error)
SetGroups provides a mock function with given fields: ctx, in, opts
func (*UserManagerClient) SetPermissions ¶
func (_m *UserManagerClient) SetPermissions(ctx context.Context, in *charond.SetUserPermissionsRequest, opts ...grpc.CallOption) (*charond.SetUserPermissionsResponse, error)
SetPermissions provides a mock function with given fields: ctx, in, opts
type UserManagerServer ¶
UserManagerServer is an autogenerated mock type for the UserManagerServer type
func (*UserManagerServer) Create ¶
func (_m *UserManagerServer) Create(_a0 context.Context, _a1 *charond.CreateUserRequest) (*charond.CreateUserResponse, error)
Create provides a mock function with given fields: _a0, _a1
func (*UserManagerServer) Delete ¶
func (_m *UserManagerServer) Delete(_a0 context.Context, _a1 *charond.DeleteUserRequest) (*wrappers.BoolValue, error)
Delete provides a mock function with given fields: _a0, _a1
func (*UserManagerServer) Get ¶
func (_m *UserManagerServer) Get(_a0 context.Context, _a1 *charond.GetUserRequest) (*charond.GetUserResponse, error)
Get provides a mock function with given fields: _a0, _a1
func (*UserManagerServer) List ¶
func (_m *UserManagerServer) List(_a0 context.Context, _a1 *charond.ListUsersRequest) (*charond.ListUsersResponse, error)
List provides a mock function with given fields: _a0, _a1
func (*UserManagerServer) ListGroups ¶
func (_m *UserManagerServer) ListGroups(_a0 context.Context, _a1 *charond.ListUserGroupsRequest) (*charond.ListUserGroupsResponse, error)
ListGroups provides a mock function with given fields: _a0, _a1
func (*UserManagerServer) ListPermissions ¶
func (_m *UserManagerServer) ListPermissions(_a0 context.Context, _a1 *charond.ListUserPermissionsRequest) (*charond.ListUserPermissionsResponse, error)
ListPermissions provides a mock function with given fields: _a0, _a1
func (*UserManagerServer) Modify ¶
func (_m *UserManagerServer) Modify(_a0 context.Context, _a1 *charond.ModifyUserRequest) (*charond.ModifyUserResponse, error)
Modify provides a mock function with given fields: _a0, _a1
func (*UserManagerServer) SetGroups ¶
func (_m *UserManagerServer) SetGroups(_a0 context.Context, _a1 *charond.SetUserGroupsRequest) (*charond.SetUserGroupsResponse, error)
SetGroups provides a mock function with given fields: _a0, _a1
func (*UserManagerServer) SetPermissions ¶
func (_m *UserManagerServer) SetPermissions(_a0 context.Context, _a1 *charond.SetUserPermissionsRequest) (*charond.SetUserPermissionsResponse, error)
SetPermissions provides a mock function with given fields: _a0, _a1