Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockMultiSessionFactory ¶
type MockMultiSessionFactory struct {
// contains filtered or unexported fields
}
MockMultiSessionFactory is a mock of MultiSessionFactory interface.
func NewMockMultiSessionFactory ¶
func NewMockMultiSessionFactory(ctrl *gomock.Controller) *MockMultiSessionFactory
NewMockMultiSessionFactory creates a new mock instance.
func (*MockMultiSessionFactory) EXPECT ¶
func (m *MockMultiSessionFactory) EXPECT() *MockMultiSessionFactoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockMultiSessionFactory) MakeSessionWithID ¶
func (m *MockMultiSessionFactory) MakeSessionWithID(ctx context.Context, id string, identity *auth.Identity, allowAnonymous bool, backends []*vmcp.Backend) (session.MultiSession, error)
MakeSessionWithID mocks base method.
type MockMultiSessionFactoryMockRecorder ¶
type MockMultiSessionFactoryMockRecorder struct {
// contains filtered or unexported fields
}
MockMultiSessionFactoryMockRecorder is the mock recorder for MockMultiSessionFactory.
func (*MockMultiSessionFactoryMockRecorder) MakeSessionWithID ¶
func (mr *MockMultiSessionFactoryMockRecorder) MakeSessionWithID(ctx, id, identity, allowAnonymous, backends any) *gomock.Call
MakeSessionWithID indicates an expected call of MakeSessionWithID.
Click to show internal directories.
Click to hide internal directories.