repository

package
v1.26.0-beta.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 1, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package repository is a generated GoMock package.

Package repository is a generated GoMock package.

Package repository is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Auth

type Auth interface {
	AuthenticateWithCredentials(username, password string) (*model.TokenResponse, error)
	ExchangeToken(code string) (*model.TokenResponse, error)
}

type Ledger added in v1.26.0

type Ledger interface {
	Create(organizationID string, inp model.LedgerInput) (*model.LedgerCreate, error)
}

type MockAuth added in v1.22.0

type MockAuth struct {
	// contains filtered or unexported fields
}

MockAuth is a mock of Auth interface.

func NewMockAuth added in v1.22.0

func NewMockAuth(ctrl *gomock.Controller) *MockAuth

NewMockAuth creates a new mock instance.

func (*MockAuth) AuthenticateWithCredentials added in v1.22.0

func (m *MockAuth) AuthenticateWithCredentials(username, password string) (*model.TokenResponse, error)

AuthenticateWithCredentials mocks base method.

func (*MockAuth) EXPECT added in v1.22.0

func (m *MockAuth) EXPECT() *MockAuthMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockAuth) ExchangeToken added in v1.22.0

func (m *MockAuth) ExchangeToken(code string) (*model.TokenResponse, error)

ExchangeToken mocks base method.

type MockAuthMockRecorder added in v1.22.0

type MockAuthMockRecorder struct {
	// contains filtered or unexported fields
}

MockAuthMockRecorder is the mock recorder for MockAuth.

func (*MockAuthMockRecorder) AuthenticateWithCredentials added in v1.22.0

func (mr *MockAuthMockRecorder) AuthenticateWithCredentials(username, password any) *gomock.Call

AuthenticateWithCredentials indicates an expected call of AuthenticateWithCredentials.

func (*MockAuthMockRecorder) ExchangeToken added in v1.22.0

func (mr *MockAuthMockRecorder) ExchangeToken(code any) *gomock.Call

ExchangeToken indicates an expected call of ExchangeToken.

type MockLedger added in v1.26.0

type MockLedger struct {
	// contains filtered or unexported fields
}

MockLedger is a mock of Ledger interface.

func NewMockLedger added in v1.26.0

func NewMockLedger(ctrl *gomock.Controller) *MockLedger

NewMockLedger creates a new mock instance.

func (*MockLedger) Create added in v1.26.0

func (m *MockLedger) Create(organizationID string, inp model.LedgerInput) (*model.LedgerCreate, error)

Create mocks base method.

func (*MockLedger) EXPECT added in v1.26.0

func (m *MockLedger) EXPECT() *MockLedgerMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

type MockLedgerMockRecorder added in v1.26.0

type MockLedgerMockRecorder struct {
	// contains filtered or unexported fields
}

MockLedgerMockRecorder is the mock recorder for MockLedger.

func (*MockLedgerMockRecorder) Create added in v1.26.0

func (mr *MockLedgerMockRecorder) Create(organizationID, inp any) *gomock.Call

Create indicates an expected call of Create.

type MockOrganization added in v1.25.0

type MockOrganization struct {
	// contains filtered or unexported fields
}

MockOrganization is a mock of Organization interface.

func NewMockOrganization added in v1.25.0

func NewMockOrganization(ctrl *gomock.Controller) *MockOrganization

NewMockOrganization creates a new mock instance.

func (*MockOrganization) Create added in v1.25.0

Create mocks base method.

func (*MockOrganization) Delete added in v1.26.0

func (m *MockOrganization) Delete(organizationID string) error

Delete mocks base method.

func (*MockOrganization) EXPECT added in v1.25.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockOrganization) Get added in v1.25.0

func (m *MockOrganization) Get(limit, page int) (*model.OrganizationList, error)

Get mocks base method.

func (*MockOrganization) GetByID added in v1.25.0

func (m *MockOrganization) GetByID(organizationID string) (*model.OrganizationItem, error)

GetByID mocks base method.

func (*MockOrganization) Update added in v1.26.0

func (m *MockOrganization) Update(organizationID string, orgInput model.OrganizationUpdate) (*model.OrganizationItem, error)

Update mocks base method.

type MockOrganizationMockRecorder added in v1.25.0

type MockOrganizationMockRecorder struct {
	// contains filtered or unexported fields
}

MockOrganizationMockRecorder is the mock recorder for MockOrganization.

func (*MockOrganizationMockRecorder) Create added in v1.25.0

func (mr *MockOrganizationMockRecorder) Create(org any) *gomock.Call

Create indicates an expected call of Create.

func (*MockOrganizationMockRecorder) Delete added in v1.26.0

func (mr *MockOrganizationMockRecorder) Delete(organizationID any) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockOrganizationMockRecorder) Get added in v1.25.0

func (mr *MockOrganizationMockRecorder) Get(limit, page any) *gomock.Call

Get indicates an expected call of Get.

func (*MockOrganizationMockRecorder) GetByID added in v1.25.0

func (mr *MockOrganizationMockRecorder) GetByID(organizationID any) *gomock.Call

GetByID indicates an expected call of GetByID.

func (*MockOrganizationMockRecorder) Update added in v1.26.0

func (mr *MockOrganizationMockRecorder) Update(organizationID, orgInput any) *gomock.Call

Update indicates an expected call of Update.

type Organization added in v1.25.0

type Organization interface {
	Create(org model.Organization) (*model.OrganizationCreate, error)
	Get(limit, page int) (*model.OrganizationList, error)
	GetByID(organizationID string) (*model.OrganizationItem, error)
	Update(organizationID string, orgInput model.OrganizationUpdate) (*model.OrganizationItem, error)
	Delete(organizationID string) error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL