stardogmock

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2024 License: BSD-3-Clause Imports: 9 Imported by: 0

Documentation

Overview

Package stardogmock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockStardogTestClient

type MockStardogTestClient struct {
	// contains filtered or unexported fields
}

MockStardogTestClient is a mock of StardogTestClient interface.

func NewMockStardogTestClient

func NewMockStardogTestClient(ctrl *gomock.Controller) *MockStardogTestClient

NewMockStardogTestClient creates a new mock instance.

func (*MockStardogTestClient) AddRole

AddRole mocks base method.

func (*MockStardogTestClient) AddRolePermission

AddRolePermission mocks base method.

func (*MockStardogTestClient) AddUserPermission

AddUserPermission mocks base method.

func (*MockStardogTestClient) ChangePassword

ChangePassword mocks base method.

func (*MockStardogTestClient) CreateNewDatabase

CreateNewDatabase mocks base method.

func (*MockStardogTestClient) CreateRole

CreateRole mocks base method.

func (*MockStardogTestClient) CreateUser

CreateUser mocks base method.

func (*MockStardogTestClient) DropDatabase

DropDatabase mocks base method.

func (*MockStardogTestClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockStardogTestClient) GetDBSize

GetDBSize mocks base method.

func (*MockStardogTestClient) GetUser added in v0.3.0

GetUser mocks base method.

func (*MockStardogTestClient) IsEnabled

IsEnabled mocks base method.

func (*MockStardogTestClient) IsSuperuser

IsSuperuser mocks base method.

func (*MockStardogTestClient) ListDatabases

ListDatabases mocks base method.

func (*MockStardogTestClient) ListEffectivePermissions

ListEffectivePermissions mocks base method.

func (*MockStardogTestClient) ListRolePermissions

ListRolePermissions mocks base method.

func (*MockStardogTestClient) ListRoleUsers

ListRoleUsers mocks base method.

func (*MockStardogTestClient) ListRoles

ListRoles mocks base method.

func (*MockStardogTestClient) ListUserPermissions

ListUserPermissions mocks base method.

func (*MockStardogTestClient) ListUserRoles

ListUserRoles mocks base method.

func (*MockStardogTestClient) ListUsers

ListUsers mocks base method.

func (*MockStardogTestClient) PutRoles

PutRoles mocks base method.

func (*MockStardogTestClient) RemoveRole

RemoveRole mocks base method.

func (*MockStardogTestClient) RemoveRoleOfUser

RemoveRoleOfUser mocks base method.

func (*MockStardogTestClient) RemoveRolePermission

RemoveRolePermission mocks base method.

func (*MockStardogTestClient) RemoveUser

RemoveUser mocks base method.

func (*MockStardogTestClient) RemoveUserPermission

RemoveUserPermission mocks base method.

func (*MockStardogTestClient) SetEnabled

SetEnabled mocks base method.

func (*MockStardogTestClient) SetTransport

func (m *MockStardogTestClient) SetTransport(transport runtime.ClientTransport)

SetTransport mocks base method.

func (*MockStardogTestClient) Submit

func (m *MockStardogTestClient) Submit(arg0 *runtime.ClientOperation) (interface{}, error)

Submit mocks base method.

func (*MockStardogTestClient) ValidateUser

ValidateUser mocks base method.

type MockStardogTestClientMockRecorder

type MockStardogTestClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockStardogTestClientMockRecorder is the mock recorder for MockStardogTestClient.

func (*MockStardogTestClientMockRecorder) AddRole

func (mr *MockStardogTestClientMockRecorder) AddRole(params, authInfo interface{}, opts ...interface{}) *gomock.Call

AddRole indicates an expected call of AddRole.

func (*MockStardogTestClientMockRecorder) AddRolePermission

func (mr *MockStardogTestClientMockRecorder) AddRolePermission(params, authInfo interface{}, opts ...interface{}) *gomock.Call

AddRolePermission indicates an expected call of AddRolePermission.

func (*MockStardogTestClientMockRecorder) AddUserPermission

func (mr *MockStardogTestClientMockRecorder) AddUserPermission(params, authInfo interface{}, opts ...interface{}) *gomock.Call

AddUserPermission indicates an expected call of AddUserPermission.

func (*MockStardogTestClientMockRecorder) ChangePassword

func (mr *MockStardogTestClientMockRecorder) ChangePassword(params, authInfo interface{}, opts ...interface{}) *gomock.Call

ChangePassword indicates an expected call of ChangePassword.

func (*MockStardogTestClientMockRecorder) CreateNewDatabase

func (mr *MockStardogTestClientMockRecorder) CreateNewDatabase(params, authInfo interface{}, opts ...interface{}) *gomock.Call

CreateNewDatabase indicates an expected call of CreateNewDatabase.

func (*MockStardogTestClientMockRecorder) CreateRole

func (mr *MockStardogTestClientMockRecorder) CreateRole(params, authInfo interface{}, opts ...interface{}) *gomock.Call

CreateRole indicates an expected call of CreateRole.

func (*MockStardogTestClientMockRecorder) CreateUser

func (mr *MockStardogTestClientMockRecorder) CreateUser(params, authInfo interface{}, opts ...interface{}) *gomock.Call

CreateUser indicates an expected call of CreateUser.

func (*MockStardogTestClientMockRecorder) DropDatabase

func (mr *MockStardogTestClientMockRecorder) DropDatabase(params, authInfo interface{}, opts ...interface{}) *gomock.Call

DropDatabase indicates an expected call of DropDatabase.

func (*MockStardogTestClientMockRecorder) GetDBSize

func (mr *MockStardogTestClientMockRecorder) GetDBSize(params, authInfo interface{}, opts ...interface{}) *gomock.Call

GetDBSize indicates an expected call of GetDBSize.

func (*MockStardogTestClientMockRecorder) GetUser added in v0.3.0

func (mr *MockStardogTestClientMockRecorder) GetUser(params, authInfo interface{}, opts ...interface{}) *gomock.Call

GetUser indicates an expected call of GetUser.

func (*MockStardogTestClientMockRecorder) IsEnabled

func (mr *MockStardogTestClientMockRecorder) IsEnabled(params, authInfo interface{}, opts ...interface{}) *gomock.Call

IsEnabled indicates an expected call of IsEnabled.

func (*MockStardogTestClientMockRecorder) IsSuperuser

func (mr *MockStardogTestClientMockRecorder) IsSuperuser(params, authInfo interface{}, opts ...interface{}) *gomock.Call

IsSuperuser indicates an expected call of IsSuperuser.

func (*MockStardogTestClientMockRecorder) ListDatabases

func (mr *MockStardogTestClientMockRecorder) ListDatabases(params, authInfo interface{}, opts ...interface{}) *gomock.Call

ListDatabases indicates an expected call of ListDatabases.

func (*MockStardogTestClientMockRecorder) ListEffectivePermissions

func (mr *MockStardogTestClientMockRecorder) ListEffectivePermissions(params, authInfo interface{}, opts ...interface{}) *gomock.Call

ListEffectivePermissions indicates an expected call of ListEffectivePermissions.

func (*MockStardogTestClientMockRecorder) ListRolePermissions

func (mr *MockStardogTestClientMockRecorder) ListRolePermissions(params, authInfo interface{}, opts ...interface{}) *gomock.Call

ListRolePermissions indicates an expected call of ListRolePermissions.

func (*MockStardogTestClientMockRecorder) ListRoleUsers

func (mr *MockStardogTestClientMockRecorder) ListRoleUsers(params, authInfo interface{}, opts ...interface{}) *gomock.Call

ListRoleUsers indicates an expected call of ListRoleUsers.

func (*MockStardogTestClientMockRecorder) ListRoles

func (mr *MockStardogTestClientMockRecorder) ListRoles(params, authInfo interface{}, opts ...interface{}) *gomock.Call

ListRoles indicates an expected call of ListRoles.

func (*MockStardogTestClientMockRecorder) ListUserPermissions

func (mr *MockStardogTestClientMockRecorder) ListUserPermissions(params, authInfo interface{}, opts ...interface{}) *gomock.Call

ListUserPermissions indicates an expected call of ListUserPermissions.

func (*MockStardogTestClientMockRecorder) ListUserRoles

func (mr *MockStardogTestClientMockRecorder) ListUserRoles(params, authInfo interface{}, opts ...interface{}) *gomock.Call

ListUserRoles indicates an expected call of ListUserRoles.

func (*MockStardogTestClientMockRecorder) ListUsers

func (mr *MockStardogTestClientMockRecorder) ListUsers(params, authInfo interface{}, opts ...interface{}) *gomock.Call

ListUsers indicates an expected call of ListUsers.

func (*MockStardogTestClientMockRecorder) PutRoles

func (mr *MockStardogTestClientMockRecorder) PutRoles(params, authInfo interface{}, opts ...interface{}) *gomock.Call

PutRoles indicates an expected call of PutRoles.

func (*MockStardogTestClientMockRecorder) RemoveRole

func (mr *MockStardogTestClientMockRecorder) RemoveRole(params, authInfo interface{}, opts ...interface{}) *gomock.Call

RemoveRole indicates an expected call of RemoveRole.

func (*MockStardogTestClientMockRecorder) RemoveRoleOfUser

func (mr *MockStardogTestClientMockRecorder) RemoveRoleOfUser(params, authInfo interface{}, opts ...interface{}) *gomock.Call

RemoveRoleOfUser indicates an expected call of RemoveRoleOfUser.

func (*MockStardogTestClientMockRecorder) RemoveRolePermission

func (mr *MockStardogTestClientMockRecorder) RemoveRolePermission(params, authInfo interface{}, opts ...interface{}) *gomock.Call

RemoveRolePermission indicates an expected call of RemoveRolePermission.

func (*MockStardogTestClientMockRecorder) RemoveUser

func (mr *MockStardogTestClientMockRecorder) RemoveUser(params, authInfo interface{}, opts ...interface{}) *gomock.Call

RemoveUser indicates an expected call of RemoveUser.

func (*MockStardogTestClientMockRecorder) RemoveUserPermission

func (mr *MockStardogTestClientMockRecorder) RemoveUserPermission(params, authInfo interface{}, opts ...interface{}) *gomock.Call

RemoveUserPermission indicates an expected call of RemoveUserPermission.

func (*MockStardogTestClientMockRecorder) SetEnabled

func (mr *MockStardogTestClientMockRecorder) SetEnabled(params, authInfo interface{}, opts ...interface{}) *gomock.Call

SetEnabled indicates an expected call of SetEnabled.

func (*MockStardogTestClientMockRecorder) SetTransport

func (mr *MockStardogTestClientMockRecorder) SetTransport(transport interface{}) *gomock.Call

SetTransport indicates an expected call of SetTransport.

func (*MockStardogTestClientMockRecorder) Submit

func (mr *MockStardogTestClientMockRecorder) Submit(arg0 interface{}) *gomock.Call

Submit indicates an expected call of Submit.

func (*MockStardogTestClientMockRecorder) ValidateUser

func (mr *MockStardogTestClientMockRecorder) ValidateUser(params, authInfo interface{}, opts ...interface{}) *gomock.Call

ValidateUser indicates an expected call of ValidateUser.

Jump to

Keyboard shortcuts

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