Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
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
}
MockApplicationManager is a mock of ApplicationManager interface.
func NewMockApplicationManager ¶
func NewMockApplicationManager(ctrl *gomock.Controller) *MockApplicationManager
NewMockApplicationManager creates a new mock instance.
func (*MockApplicationManager) Create ¶
func (m *MockApplicationManager) Create(ktx kontext.Context, e entity.OauthApplicationJSON) (entity.OauthApplicationJSON, jsonapi.Errors)
Create mocks base method.
func (*MockApplicationManager) EXPECT ¶
func (m *MockApplicationManager) EXPECT() *MockApplicationManagerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockApplicationManagerMockRecorder ¶
type MockApplicationManagerMockRecorder struct {
// contains filtered or unexported fields
}
MockApplicationManagerMockRecorder is the mock recorder for MockApplicationManager.
func (*MockApplicationManagerMockRecorder) Create ¶
func (mr *MockApplicationManagerMockRecorder) Create(ktx, e interface{}) *gomock.Call
Create indicates an expected call of Create.
Click to show internal directories.
Click to hide internal directories.