Documentation ¶
Index ¶
- type Store
- func (_m *Store) Add(ctx context.Context, req *v1.CoverageChangeRequest) error
- func (_m *Store) Delete(ctx context.Context, req *v1.CoverageChangeRequest) error
- func (_m *Store) List(ctx context.Context, req *v1.CoverageListRequest) ([]string, error)
- func (_m *Store) ListAll(ctx context.Context, req *v1.CoverageRequest) ([]*v1.CoverageResponse, 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) ListAll ¶
func (_m *Store) ListAll(ctx context.Context, req *v1.CoverageRequest) ([]*v1.CoverageResponse, error)
ListAll provides a mock function with given fields: ctx, req
Click to show internal directories.
Click to hide internal directories.