Documentation ¶
Index ¶
- type Deleter
- type Eventer
- type Manager
- type MultipleReader
- type Reader
- type ReaderWriterDeleter
- func (_m *ReaderWriterDeleter) Delete(i *account.Account) error
- func (_m *ReaderWriterDeleter) Get(ID string) (*account.Account, error)
- func (_m *ReaderWriterDeleter) List(query *account.Account) (*account.Accounts, error)
- func (_m *ReaderWriterDeleter) Write(i *account.Account, lastModifiedOn *int64) error
- type Servicer
- func (_m *Servicer) Create(data *account.Account) (*account.Account, error)
- func (_m *Servicer) Delete(data *account.Account) error
- func (_m *Servicer) Get(ID string) (*account.Account, error)
- func (_m *Servicer) List(query *account.Account) (*account.Accounts, error)
- func (_m *Servicer) ListPages(query *account.Account, fn func(*account.Accounts) bool) error
- func (_m *Servicer) Reset(id string) (*account.Account, error)
- func (_m *Servicer) Save(data *account.Account) error
- func (_m *Servicer) Update(ID string, data *account.Account) (*account.Account, error)
- func (_m *Servicer) UpsertPrincipalAccess(data *account.Account) error
- type SingleReader
- type Writer
- type WriterDeleter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Eventer ¶
Eventer is an autogenerated mock type for the Eventer type
func (*Eventer) AccountCreate ¶
AccountCreate provides a mock function with given fields: _a0
func (*Eventer) AccountDelete ¶
AccountDelete provides a mock function with given fields: _a0
func (*Eventer) AccountReset ¶
AccountReset provides a mock function with given fields: _a0
type Manager ¶
Manager is an autogenerated mock type for the Manager type
func (*Manager) DeletePrincipalAccess ¶
DeletePrincipalAccess provides a mock function with given fields: _a0
func (*Manager) UpsertPrincipalAccess ¶
UpsertPrincipalAccess provides a mock function with given fields: _a0
type MultipleReader ¶
MultipleReader is an autogenerated mock type for the MultipleReader type
type Reader ¶
Reader is an autogenerated mock type for the Reader type
type ReaderWriterDeleter ¶
ReaderWriterDeleter is an autogenerated mock type for the ReaderWriterDeleter type
func (*ReaderWriterDeleter) Delete ¶
func (_m *ReaderWriterDeleter) Delete(i *account.Account) error
Delete provides a mock function with given fields: i
func (*ReaderWriterDeleter) Get ¶
func (_m *ReaderWriterDeleter) Get(ID string) (*account.Account, error)
Get provides a mock function with given fields: ID
type Servicer ¶ added in v0.34.0
Servicer is an autogenerated mock type for the Servicer type
func NewServicer ¶ added in v0.34.0
func NewServicer(t mockConstructorTestingTNewServicer) *Servicer
NewServicer creates a new instance of Servicer. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*Servicer) ListPages ¶ added in v0.34.0
ListPages provides a mock function with given fields: query, fn
type SingleReader ¶
SingleReader is an autogenerated mock type for the SingleReader type
type WriterDeleter ¶
WriterDeleter is an autogenerated mock type for the WriterDeleter type