Documentation ¶
Index ¶
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Servicer ¶
Servicer is an autogenerated mock type for the Servicer type
Click to show internal directories.
Click to hide internal directories.