Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Index ¶
- type MockBkConfigRepository
- func (m *MockBkConfigRepository) CreateKeyPair(arg0 model.KeyPair) (*model.KeyPair, error)
- func (m *MockBkConfigRepository) EXPECT() *MockBkConfigRepositoryMockRecorder
- func (m *MockBkConfigRepository) GetHealthCheck() healthcheck.Result
- func (m *MockBkConfigRepository) ListKeyPairs() (*[]model.KeyPair, error)
- type MockBkConfigRepositoryMockRecorder
- type MockFinancialClaimRequestRepository
- func (m *MockFinancialClaimRequestRepository) Create(configuration model.Configuration) (*model.Configuration, error)
- func (m *MockFinancialClaimRequestRepository) Delete(id string) (*model.Configuration, error)
- func (m *MockFinancialClaimRequestRepository) EXPECT() *MockFinancialClaimRequestRepositoryMockRecorder
- func (m *MockFinancialClaimRequestRepository) Get(id string) (*model.Configuration, error)
- func (m *MockFinancialClaimRequestRepository) GetHealthCheck() healthcheck.Result
- func (m *MockFinancialClaimRequestRepository) List() (*[]model.Configuration, error)
- func (m *MockFinancialClaimRequestRepository) Update(id string, configuration model.Configuration) (*model.Configuration, error)
- type MockFinancialClaimRequestRepositoryMockRecorder
- func (mr *MockFinancialClaimRequestRepositoryMockRecorder) Create(configuration any) *gomock.Call
- func (mr *MockFinancialClaimRequestRepositoryMockRecorder) Delete(id any) *gomock.Call
- func (mr *MockFinancialClaimRequestRepositoryMockRecorder) Get(id any) *gomock.Call
- func (mr *MockFinancialClaimRequestRepositoryMockRecorder) GetHealthCheck() *gomock.Call
- func (mr *MockFinancialClaimRequestRepositoryMockRecorder) List() *gomock.Call
- func (mr *MockFinancialClaimRequestRepositoryMockRecorder) Update(id, configuration any) *gomock.Call
- type MockFinancialClaimsInformationRepository
- type MockFinancialClaimsInformationRepositoryMockRecorder
- type MockSchemeRepository
- func (m *MockSchemeRepository) EXPECT() *MockSchemeRepositoryMockRecorder
- func (m *MockSchemeRepository) FetchAppManager(oin string) (*model.AppManager, error)
- func (m *MockSchemeRepository) FetchOrganization(oin string) (*model0.Organization, error)
- func (m *MockSchemeRepository) RegisterOrganization(arg0 model.Organization) (*model0.Organization, error)
- type MockSchemeRepositoryMockRecorder
- type MockSessionRepository
- func (m *MockSessionRepository) CreateNonce(arg0 model.Nonce) (*model.Nonce, error)
- func (m *MockSessionRepository) CreateSession(Session model.Session) (*model.Session, error)
- func (m *MockSessionRepository) DeleteNonce(arg0 string) (*model.Nonce, error)
- func (m *MockSessionRepository) DeleteSession(id string) (*model.Session, error)
- func (m *MockSessionRepository) EXPECT() *MockSessionRepositoryMockRecorder
- func (m *MockSessionRepository) GetHealthCheck() healthcheck.Result
- func (m *MockSessionRepository) GetNonce(arg0 string) (*model.Nonce, error)
- func (m *MockSessionRepository) GetSession(id string) (*model.Session, error)
- func (m *MockSessionRepository) ListSession() (*[]model.Session, error)
- func (m *MockSessionRepository) UpdateSession(id string, Session model.Session) (*model.Session, error)
- type MockSessionRepositoryMockRecorder
- func (mr *MockSessionRepositoryMockRecorder) CreateNonce(arg0 any) *gomock.Call
- func (mr *MockSessionRepositoryMockRecorder) CreateSession(Session any) *gomock.Call
- func (mr *MockSessionRepositoryMockRecorder) DeleteNonce(arg0 any) *gomock.Call
- func (mr *MockSessionRepositoryMockRecorder) DeleteSession(id any) *gomock.Call
- func (mr *MockSessionRepositoryMockRecorder) GetHealthCheck() *gomock.Call
- func (mr *MockSessionRepositoryMockRecorder) GetNonce(arg0 any) *gomock.Call
- func (mr *MockSessionRepositoryMockRecorder) GetSession(id any) *gomock.Call
- func (mr *MockSessionRepositoryMockRecorder) ListSession() *gomock.Call
- func (mr *MockSessionRepositoryMockRecorder) UpdateSession(id, Session any) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockBkConfigRepository ¶ added in v0.16.1
type MockBkConfigRepository struct {
// contains filtered or unexported fields
}
MockBkConfigRepository is a mock of BkConfigRepository interface.
func NewMockBkConfigRepository ¶ added in v0.16.1
func NewMockBkConfigRepository(ctrl *gomock.Controller) *MockBkConfigRepository
NewMockBkConfigRepository creates a new mock instance.
func (*MockBkConfigRepository) CreateKeyPair ¶ added in v0.16.1
CreateKeyPair mocks base method.
func (*MockBkConfigRepository) EXPECT ¶ added in v0.16.1
func (m *MockBkConfigRepository) EXPECT() *MockBkConfigRepositoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockBkConfigRepository) GetHealthCheck ¶ added in v0.16.1
func (m *MockBkConfigRepository) GetHealthCheck() healthcheck.Result
GetHealthCheck mocks base method.
func (*MockBkConfigRepository) ListKeyPairs ¶ added in v0.16.1
func (m *MockBkConfigRepository) ListKeyPairs() (*[]model.KeyPair, error)
ListKeyPairs mocks base method.
type MockBkConfigRepositoryMockRecorder ¶ added in v0.16.1
type MockBkConfigRepositoryMockRecorder struct {
// contains filtered or unexported fields
}
MockBkConfigRepositoryMockRecorder is the mock recorder for MockBkConfigRepository.
func (*MockBkConfigRepositoryMockRecorder) CreateKeyPair ¶ added in v0.16.1
func (mr *MockBkConfigRepositoryMockRecorder) CreateKeyPair(arg0 any) *gomock.Call
CreateKeyPair indicates an expected call of CreateKeyPair.
func (*MockBkConfigRepositoryMockRecorder) GetHealthCheck ¶ added in v0.16.1
func (mr *MockBkConfigRepositoryMockRecorder) GetHealthCheck() *gomock.Call
GetHealthCheck indicates an expected call of GetHealthCheck.
func (*MockBkConfigRepositoryMockRecorder) ListKeyPairs ¶ added in v0.16.1
func (mr *MockBkConfigRepositoryMockRecorder) ListKeyPairs() *gomock.Call
ListKeyPairs indicates an expected call of ListKeyPairs.
type MockFinancialClaimRequestRepository ¶
type MockFinancialClaimRequestRepository struct {
// contains filtered or unexported fields
}
MockFinancialClaimRequestRepository is a mock of FinancialClaimRequestRepository interface.
func NewMockFinancialClaimRequestRepository ¶
func NewMockFinancialClaimRequestRepository(ctrl *gomock.Controller) *MockFinancialClaimRequestRepository
NewMockFinancialClaimRequestRepository creates a new mock instance.
func (*MockFinancialClaimRequestRepository) Create ¶
func (m *MockFinancialClaimRequestRepository) Create(configuration model.Configuration) (*model.Configuration, error)
Create mocks base method.
func (*MockFinancialClaimRequestRepository) Delete ¶
func (m *MockFinancialClaimRequestRepository) Delete(id string) (*model.Configuration, error)
Delete mocks base method.
func (*MockFinancialClaimRequestRepository) EXPECT ¶
func (m *MockFinancialClaimRequestRepository) EXPECT() *MockFinancialClaimRequestRepositoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockFinancialClaimRequestRepository) Get ¶
func (m *MockFinancialClaimRequestRepository) Get(id string) (*model.Configuration, error)
Get mocks base method.
func (*MockFinancialClaimRequestRepository) GetHealthCheck ¶
func (m *MockFinancialClaimRequestRepository) GetHealthCheck() healthcheck.Result
GetHealthCheck mocks base method.
func (*MockFinancialClaimRequestRepository) List ¶
func (m *MockFinancialClaimRequestRepository) List() (*[]model.Configuration, error)
List mocks base method.
func (*MockFinancialClaimRequestRepository) Update ¶
func (m *MockFinancialClaimRequestRepository) Update(id string, configuration model.Configuration) (*model.Configuration, error)
Update mocks base method.
type MockFinancialClaimRequestRepositoryMockRecorder ¶
type MockFinancialClaimRequestRepositoryMockRecorder struct {
// contains filtered or unexported fields
}
MockFinancialClaimRequestRepositoryMockRecorder is the mock recorder for MockFinancialClaimRequestRepository.
func (*MockFinancialClaimRequestRepositoryMockRecorder) Create ¶
func (mr *MockFinancialClaimRequestRepositoryMockRecorder) Create(configuration any) *gomock.Call
Create indicates an expected call of Create.
func (*MockFinancialClaimRequestRepositoryMockRecorder) Delete ¶
func (mr *MockFinancialClaimRequestRepositoryMockRecorder) Delete(id any) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockFinancialClaimRequestRepositoryMockRecorder) Get ¶
func (mr *MockFinancialClaimRequestRepositoryMockRecorder) Get(id any) *gomock.Call
Get indicates an expected call of Get.
func (*MockFinancialClaimRequestRepositoryMockRecorder) GetHealthCheck ¶
func (mr *MockFinancialClaimRequestRepositoryMockRecorder) GetHealthCheck() *gomock.Call
GetHealthCheck indicates an expected call of GetHealthCheck.
func (*MockFinancialClaimRequestRepositoryMockRecorder) List ¶
func (mr *MockFinancialClaimRequestRepositoryMockRecorder) List() *gomock.Call
List indicates an expected call of List.
type MockFinancialClaimsInformationRepository ¶ added in v0.16.1
type MockFinancialClaimsInformationRepository struct {
// contains filtered or unexported fields
}
MockFinancialClaimsInformationRepository is a mock of FinancialClaimsInformationRepository interface.
func NewMockFinancialClaimsInformationRepository ¶ added in v0.16.1
func NewMockFinancialClaimsInformationRepository(ctrl *gomock.Controller) *MockFinancialClaimsInformationRepository
NewMockFinancialClaimsInformationRepository creates a new mock instance.
func (*MockFinancialClaimsInformationRepository) EXPECT ¶ added in v0.16.1
func (m *MockFinancialClaimsInformationRepository) EXPECT() *MockFinancialClaimsInformationRepositoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockFinancialClaimsInformationRepository) Get ¶ added in v0.16.1
func (m *MockFinancialClaimsInformationRepository) Get(id model.UserIdentity) (*[]byte, error)
Get mocks base method.
func (*MockFinancialClaimsInformationRepository) GetHealthCheck ¶ added in v0.16.1
func (m *MockFinancialClaimsInformationRepository) GetHealthCheck() healthcheck.Result
GetHealthCheck mocks base method.
type MockFinancialClaimsInformationRepositoryMockRecorder ¶ added in v0.16.1
type MockFinancialClaimsInformationRepositoryMockRecorder struct {
// contains filtered or unexported fields
}
MockFinancialClaimsInformationRepositoryMockRecorder is the mock recorder for MockFinancialClaimsInformationRepository.
func (*MockFinancialClaimsInformationRepositoryMockRecorder) Get ¶ added in v0.16.1
func (mr *MockFinancialClaimsInformationRepositoryMockRecorder) Get(id any) *gomock.Call
Get indicates an expected call of Get.
func (*MockFinancialClaimsInformationRepositoryMockRecorder) GetHealthCheck ¶ added in v0.16.1
func (mr *MockFinancialClaimsInformationRepositoryMockRecorder) GetHealthCheck() *gomock.Call
GetHealthCheck indicates an expected call of GetHealthCheck.
type MockSchemeRepository ¶ added in v0.16.1
type MockSchemeRepository struct {
// contains filtered or unexported fields
}
MockSchemeRepository is a mock of SchemeRepository interface.
func NewMockSchemeRepository ¶ added in v0.16.1
func NewMockSchemeRepository(ctrl *gomock.Controller) *MockSchemeRepository
NewMockSchemeRepository creates a new mock instance.
func (*MockSchemeRepository) EXPECT ¶ added in v0.16.1
func (m *MockSchemeRepository) EXPECT() *MockSchemeRepositoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSchemeRepository) FetchAppManager ¶ added in v0.16.1
func (m *MockSchemeRepository) FetchAppManager(oin string) (*model.AppManager, error)
FetchAppManager mocks base method.
func (*MockSchemeRepository) FetchOrganization ¶ added in v0.16.1
func (m *MockSchemeRepository) FetchOrganization(oin string) (*model0.Organization, error)
FetchOrganization mocks base method.
func (*MockSchemeRepository) RegisterOrganization ¶ added in v0.16.1
func (m *MockSchemeRepository) RegisterOrganization(arg0 model.Organization) (*model0.Organization, error)
RegisterOrganization mocks base method.
type MockSchemeRepositoryMockRecorder ¶ added in v0.16.1
type MockSchemeRepositoryMockRecorder struct {
// contains filtered or unexported fields
}
MockSchemeRepositoryMockRecorder is the mock recorder for MockSchemeRepository.
func (*MockSchemeRepositoryMockRecorder) FetchAppManager ¶ added in v0.16.1
func (mr *MockSchemeRepositoryMockRecorder) FetchAppManager(oin any) *gomock.Call
FetchAppManager indicates an expected call of FetchAppManager.
func (*MockSchemeRepositoryMockRecorder) FetchOrganization ¶ added in v0.16.1
func (mr *MockSchemeRepositoryMockRecorder) FetchOrganization(oin any) *gomock.Call
FetchOrganization indicates an expected call of FetchOrganization.
func (*MockSchemeRepositoryMockRecorder) RegisterOrganization ¶ added in v0.16.1
func (mr *MockSchemeRepositoryMockRecorder) RegisterOrganization(arg0 any) *gomock.Call
RegisterOrganization indicates an expected call of RegisterOrganization.
type MockSessionRepository ¶ added in v0.16.1
type MockSessionRepository struct {
// contains filtered or unexported fields
}
MockSessionRepository is a mock of SessionRepository interface.
func NewMockSessionRepository ¶ added in v0.16.1
func NewMockSessionRepository(ctrl *gomock.Controller) *MockSessionRepository
NewMockSessionRepository creates a new mock instance.
func (*MockSessionRepository) CreateNonce ¶ added in v0.16.1
CreateNonce mocks base method.
func (*MockSessionRepository) CreateSession ¶ added in v0.16.1
CreateSession mocks base method.
func (*MockSessionRepository) DeleteNonce ¶ added in v0.16.1
func (m *MockSessionRepository) DeleteNonce(arg0 string) (*model.Nonce, error)
DeleteNonce mocks base method.
func (*MockSessionRepository) DeleteSession ¶ added in v0.16.1
func (m *MockSessionRepository) DeleteSession(id string) (*model.Session, error)
DeleteSession mocks base method.
func (*MockSessionRepository) EXPECT ¶ added in v0.16.1
func (m *MockSessionRepository) EXPECT() *MockSessionRepositoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSessionRepository) GetHealthCheck ¶ added in v0.16.1
func (m *MockSessionRepository) GetHealthCheck() healthcheck.Result
GetHealthCheck mocks base method.
func (*MockSessionRepository) GetNonce ¶ added in v0.16.1
func (m *MockSessionRepository) GetNonce(arg0 string) (*model.Nonce, error)
GetNonce mocks base method.
func (*MockSessionRepository) GetSession ¶ added in v0.16.1
func (m *MockSessionRepository) GetSession(id string) (*model.Session, error)
GetSession mocks base method.
func (*MockSessionRepository) ListSession ¶ added in v0.16.1
func (m *MockSessionRepository) ListSession() (*[]model.Session, error)
ListSession mocks base method.
func (*MockSessionRepository) UpdateSession ¶ added in v0.16.1
func (m *MockSessionRepository) UpdateSession(id string, Session model.Session) (*model.Session, error)
UpdateSession mocks base method.
type MockSessionRepositoryMockRecorder ¶ added in v0.16.1
type MockSessionRepositoryMockRecorder struct {
// contains filtered or unexported fields
}
MockSessionRepositoryMockRecorder is the mock recorder for MockSessionRepository.
func (*MockSessionRepositoryMockRecorder) CreateNonce ¶ added in v0.16.1
func (mr *MockSessionRepositoryMockRecorder) CreateNonce(arg0 any) *gomock.Call
CreateNonce indicates an expected call of CreateNonce.
func (*MockSessionRepositoryMockRecorder) CreateSession ¶ added in v0.16.1
func (mr *MockSessionRepositoryMockRecorder) CreateSession(Session any) *gomock.Call
CreateSession indicates an expected call of CreateSession.
func (*MockSessionRepositoryMockRecorder) DeleteNonce ¶ added in v0.16.1
func (mr *MockSessionRepositoryMockRecorder) DeleteNonce(arg0 any) *gomock.Call
DeleteNonce indicates an expected call of DeleteNonce.
func (*MockSessionRepositoryMockRecorder) DeleteSession ¶ added in v0.16.1
func (mr *MockSessionRepositoryMockRecorder) DeleteSession(id any) *gomock.Call
DeleteSession indicates an expected call of DeleteSession.
func (*MockSessionRepositoryMockRecorder) GetHealthCheck ¶ added in v0.16.1
func (mr *MockSessionRepositoryMockRecorder) GetHealthCheck() *gomock.Call
GetHealthCheck indicates an expected call of GetHealthCheck.
func (*MockSessionRepositoryMockRecorder) GetNonce ¶ added in v0.16.1
func (mr *MockSessionRepositoryMockRecorder) GetNonce(arg0 any) *gomock.Call
GetNonce indicates an expected call of GetNonce.
func (*MockSessionRepositoryMockRecorder) GetSession ¶ added in v0.16.1
func (mr *MockSessionRepositoryMockRecorder) GetSession(id any) *gomock.Call
GetSession indicates an expected call of GetSession.
func (*MockSessionRepositoryMockRecorder) ListSession ¶ added in v0.16.1
func (mr *MockSessionRepositoryMockRecorder) ListSession() *gomock.Call
ListSession indicates an expected call of ListSession.
func (*MockSessionRepositoryMockRecorder) UpdateSession ¶ added in v0.16.1
func (mr *MockSessionRepositoryMockRecorder) UpdateSession(id, Session any) *gomock.Call
UpdateSession indicates an expected call of UpdateSession.