Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockApplicationManager ¶
type MockApplicationManager struct {
// contains filtered or unexported fields
}
Mock of ApplicationManager interface
func NewMockApplicationManager ¶
func NewMockApplicationManager(ctrl *gomock.Controller) *MockApplicationManager
func (*MockApplicationManager) EXPECT ¶
func (_m *MockApplicationManager) EXPECT() *_MockApplicationManagerRecorder
func (*MockApplicationManager) GetByClientID ¶
func (_m *MockApplicationManager) GetByClientID(_param0 string) (security.Application, error)
type MockIMailService ¶
type MockIMailService struct {
// contains filtered or unexported fields
}
Mock of IMailService interface
func NewMockIMailService ¶
func NewMockIMailService(ctrl *gomock.Controller) *MockIMailService
func (*MockIMailService) EXPECT ¶
func (_m *MockIMailService) EXPECT() *_MockIMailServiceRecorder
type MockUserManager ¶
type MockUserManager struct {
// contains filtered or unexported fields
}
Mock of UserManager interface
func NewMockUserManager ¶
func NewMockUserManager(ctrl *gomock.Controller) *MockUserManager
func (*MockUserManager) EXPECT ¶
func (_m *MockUserManager) EXPECT() *_MockUserManagerRecorder
Click to show internal directories.
Click to hide internal directories.