Versions in this module Expand all Collapse all v0 v0.12.2 Mar 17, 2026 Changes in this version + type MockMultiSessionFactory struct + func NewMockMultiSessionFactory(ctrl *gomock.Controller) *MockMultiSessionFactory + func (m *MockMultiSessionFactory) EXPECT() *MockMultiSessionFactoryMockRecorder + func (m *MockMultiSessionFactory) MakeSessionWithID(ctx context.Context, id string, identity *auth.Identity, allowAnonymous bool, ...) (session.MultiSession, error) + type MockMultiSessionFactoryMockRecorder struct + func (mr *MockMultiSessionFactoryMockRecorder) MakeSessionWithID(ctx, id, identity, allowAnonymous, backends any) *gomock.Call