Documentation ¶
Index ¶
- type Store
- func (_m *Store) Delete(ctx context.Context, traceKey string, commitPosition int64) error
- func (_m *Store) GetUserIssuesForTraceKeys(ctx context.Context, traceKeys []string, startCommitPosition int64, ...) ([]userissue.UserIssue, error)
- func (_m *Store) Save(ctx context.Context, req *userissue.UserIssue) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
Store is an autogenerated mock type for the Store type
func NewStore ¶
NewStore creates a new instance of Store. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Store) Delete ¶
Delete provides a mock function with given fields: ctx, traceKey, commitPosition
func (*Store) GetUserIssuesForTraceKeys ¶
func (_m *Store) GetUserIssuesForTraceKeys(ctx context.Context, traceKeys []string, startCommitPosition int64, endCommitPosition int64) ([]userissue.UserIssue, error)
GetUserIssuesForTraceKeys provides a mock function with given fields: ctx, traceKeys, startCommitPosition, endCommitPosition
Click to show internal directories.
Click to hide internal directories.