Documentation ¶
Index ¶
- type EntityConverter
- type TombstoneRepository
- func (_m *TombstoneRepository) Create(ctx context.Context, item *model.Tombstone) error
- func (_m *TombstoneRepository) Delete(ctx context.Context, tenant string, id string) error
- func (_m *TombstoneRepository) Exists(ctx context.Context, tenant string, id string) (bool, error)
- func (_m *TombstoneRepository) GetByID(ctx context.Context, tenant string, id string) (*model.Tombstone, error)
- func (_m *TombstoneRepository) ListByApplicationID(ctx context.Context, tenantID string, appID string) ([]*model.Tombstone, error)
- func (_m *TombstoneRepository) Update(ctx context.Context, item *model.Tombstone) error
- type UIDService
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EntityConverter ¶
EntityConverter is an autogenerated mock type for the EntityConverter type
func (*EntityConverter) FromEntity ¶
FromEntity provides a mock function with given fields: entity
type TombstoneRepository ¶
TombstoneRepository is an autogenerated mock type for the TombstoneRepository type
func (*TombstoneRepository) Delete ¶
Delete provides a mock function with given fields: ctx, tenant, id
func (*TombstoneRepository) Exists ¶
Exists provides a mock function with given fields: ctx, tenant, id
func (*TombstoneRepository) GetByID ¶
func (_m *TombstoneRepository) GetByID(ctx context.Context, tenant string, id string) (*model.Tombstone, error)
GetByID provides a mock function with given fields: ctx, tenant, id
func (*TombstoneRepository) ListByApplicationID ¶
func (_m *TombstoneRepository) ListByApplicationID(ctx context.Context, tenantID string, appID string) ([]*model.Tombstone, error)
ListByApplicationID provides a mock function with given fields: ctx, tenantID, appID
type UIDService ¶
UIDService is an autogenerated mock type for the UIDService type
func (*UIDService) Generate ¶
func (_m *UIDService) Generate() string
Generate provides a mock function with given fields:
Click to show internal directories.
Click to hide internal directories.