charontest

package
v0.13.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 16, 2017 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Code generated by mockery v1.0.0

Code generated by mockery v1.0.0

Code generated by mockery v1.0.0

Code generated by mockery v1.0.0

Code generated by mockery v1.0.0

Code generated by mockery v1.0.0

Code generated by mockery v1.0.0

Code generated by mockery v1.0.0

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthClient added in v0.13.5

type AuthClient struct {
	mock.Mock
}

AuthClient is an autogenerated mock type for the AuthClient type

func (*AuthClient) Actor added in v0.13.5

Actor provides a mock function with given fields: ctx, in, opts

func (*AuthClient) BelongsTo added in v0.13.5

BelongsTo provides a mock function with given fields: ctx, in, opts

func (*AuthClient) IsAuthenticated added in v0.13.5

func (_m *AuthClient) IsAuthenticated(ctx context.Context, in *charonrpc.IsAuthenticatedRequest, opts ...grpc.CallOption) (*wrappers.BoolValue, error)

IsAuthenticated provides a mock function with given fields: ctx, in, opts

func (*AuthClient) IsGranted added in v0.13.5

IsGranted provides a mock function with given fields: ctx, in, opts

func (*AuthClient) Login added in v0.13.5

Login provides a mock function with given fields: ctx, in, opts

func (*AuthClient) Logout added in v0.13.5

func (_m *AuthClient) Logout(ctx context.Context, in *charonrpc.LogoutRequest, opts ...grpc.CallOption) (*empty.Empty, error)

Logout provides a mock function with given fields: ctx, in, opts

type AuthServer added in v0.13.9

type AuthServer struct {
	mock.Mock
}

AuthServer is an autogenerated mock type for the AuthServer type

func (*AuthServer) Actor added in v0.13.9

Actor provides a mock function with given fields: _a0, _a1

func (*AuthServer) BelongsTo added in v0.13.9

BelongsTo provides a mock function with given fields: _a0, _a1

func (*AuthServer) IsAuthenticated added in v0.13.9

IsAuthenticated provides a mock function with given fields: _a0, _a1

func (*AuthServer) IsGranted added in v0.13.9

IsGranted provides a mock function with given fields: _a0, _a1

func (*AuthServer) Login added in v0.13.9

Login provides a mock function with given fields: _a0, _a1

func (*AuthServer) Logout added in v0.13.9

func (_m *AuthServer) Logout(_a0 context.Context, _a1 *charonrpc.LogoutRequest) (*empty.Empty, error)

Logout provides a mock function with given fields: _a0, _a1

type GroupManagerClient added in v0.13.5

type GroupManagerClient struct {
	mock.Mock
}

GroupManagerClient is an autogenerated mock type for the GroupManagerClient type

func (*GroupManagerClient) Create added in v0.13.5

Create provides a mock function with given fields: ctx, in, opts

func (*GroupManagerClient) Delete added in v0.13.5

Delete provides a mock function with given fields: ctx, in, opts

func (*GroupManagerClient) Get added in v0.13.5

Get provides a mock function with given fields: ctx, in, opts

func (*GroupManagerClient) List added in v0.13.5

List provides a mock function with given fields: ctx, in, opts

func (*GroupManagerClient) ListPermissions added in v0.13.5

ListPermissions provides a mock function with given fields: ctx, in, opts

func (*GroupManagerClient) Modify added in v0.13.5

Modify provides a mock function with given fields: ctx, in, opts

func (*GroupManagerClient) SetPermissions added in v0.13.5

SetPermissions provides a mock function with given fields: ctx, in, opts

type GroupManagerServer added in v0.13.9

type GroupManagerServer struct {
	mock.Mock
}

GroupManagerServer is an autogenerated mock type for the GroupManagerServer type

func (*GroupManagerServer) Create added in v0.13.9

Create provides a mock function with given fields: _a0, _a1

func (*GroupManagerServer) Delete added in v0.13.9

Delete provides a mock function with given fields: _a0, _a1

func (*GroupManagerServer) Get added in v0.13.9

Get provides a mock function with given fields: _a0, _a1

func (*GroupManagerServer) List added in v0.13.9

List provides a mock function with given fields: _a0, _a1

func (*GroupManagerServer) ListPermissions added in v0.13.9

ListPermissions provides a mock function with given fields: _a0, _a1

func (*GroupManagerServer) Modify added in v0.13.9

Modify provides a mock function with given fields: _a0, _a1

func (*GroupManagerServer) SetPermissions added in v0.13.9

SetPermissions provides a mock function with given fields: _a0, _a1

type PermissionManagerClient added in v0.13.5

type PermissionManagerClient struct {
	mock.Mock
}

PermissionManagerClient is an autogenerated mock type for the PermissionManagerClient type

func (*PermissionManagerClient) Get added in v0.13.5

Get provides a mock function with given fields: ctx, in, opts

func (*PermissionManagerClient) List added in v0.13.5

List provides a mock function with given fields: ctx, in, opts

func (*PermissionManagerClient) Register added in v0.13.5

Register provides a mock function with given fields: ctx, in, opts

type PermissionManagerServer added in v0.13.9

type PermissionManagerServer struct {
	mock.Mock
}

PermissionManagerServer is an autogenerated mock type for the PermissionManagerServer type

func (*PermissionManagerServer) Get added in v0.13.9

Get provides a mock function with given fields: _a0, _a1

func (*PermissionManagerServer) List added in v0.13.9

List provides a mock function with given fields: _a0, _a1

func (*PermissionManagerServer) Register added in v0.13.9

Register provides a mock function with given fields: _a0, _a1

type UserManagerClient added in v0.13.5

type UserManagerClient struct {
	mock.Mock
}

UserManagerClient is an autogenerated mock type for the UserManagerClient type

func (*UserManagerClient) Create added in v0.13.5

Create provides a mock function with given fields: ctx, in, opts

func (*UserManagerClient) Delete added in v0.13.5

Delete provides a mock function with given fields: ctx, in, opts

func (*UserManagerClient) Get added in v0.13.5

Get provides a mock function with given fields: ctx, in, opts

func (*UserManagerClient) List added in v0.13.5

List provides a mock function with given fields: ctx, in, opts

func (*UserManagerClient) ListGroups added in v0.13.5

ListGroups provides a mock function with given fields: ctx, in, opts

func (*UserManagerClient) ListPermissions added in v0.13.5

ListPermissions provides a mock function with given fields: ctx, in, opts

func (*UserManagerClient) Modify added in v0.13.5

Modify provides a mock function with given fields: ctx, in, opts

func (*UserManagerClient) SetGroups added in v0.13.5

SetGroups provides a mock function with given fields: ctx, in, opts

func (*UserManagerClient) SetPermissions added in v0.13.5

SetPermissions provides a mock function with given fields: ctx, in, opts

type UserManagerServer added in v0.13.9

type UserManagerServer struct {
	mock.Mock
}

UserManagerServer is an autogenerated mock type for the UserManagerServer type

func (*UserManagerServer) Create added in v0.13.9

Create provides a mock function with given fields: _a0, _a1

func (*UserManagerServer) Delete added in v0.13.9

Delete provides a mock function with given fields: _a0, _a1

func (*UserManagerServer) Get added in v0.13.9

Get provides a mock function with given fields: _a0, _a1

func (*UserManagerServer) List added in v0.13.9

List provides a mock function with given fields: _a0, _a1

func (*UserManagerServer) ListGroups added in v0.13.9

ListGroups provides a mock function with given fields: _a0, _a1

func (*UserManagerServer) ListPermissions added in v0.13.9

ListPermissions provides a mock function with given fields: _a0, _a1

func (*UserManagerServer) Modify added in v0.13.9

Modify provides a mock function with given fields: _a0, _a1

func (*UserManagerServer) SetGroups added in v0.13.9

SetGroups provides a mock function with given fields: _a0, _a1

func (*UserManagerServer) SetPermissions added in v0.13.9

SetPermissions provides a mock function with given fields: _a0, _a1

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL