Documentation ¶
Index ¶
- type IQuestions
- func (_m *IQuestions) CreateQuestion(ctx context.Context, req entity.Question) error
- func (_m *IQuestions) DeleteQuestion(ctx context.Context, req entity.Question) error
- func (_m *IQuestions) FindAllQuestion(ctx context.Context, req entity.Question) ([]entity.Question, error)
- func (_m *IQuestions) FindQuestion(ctx context.Context, req entity.Question) (entity.Question, error)
- func (_m *IQuestions) UpdateQuestion(ctx context.Context, req entity.Question) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IQuestions ¶
IQuestions is an autogenerated mock type for the IQuestions type
func (*IQuestions) CreateQuestion ¶
CreateQuestion provides a mock function with given fields: ctx, req
func (*IQuestions) DeleteQuestion ¶
DeleteQuestion provides a mock function with given fields: ctx, req
func (*IQuestions) FindAllQuestion ¶
func (_m *IQuestions) FindAllQuestion(ctx context.Context, req entity.Question) ([]entity.Question, error)
FindAllQuestion provides a mock function with given fields: ctx, req
func (*IQuestions) FindQuestion ¶
func (_m *IQuestions) FindQuestion(ctx context.Context, req entity.Question) (entity.Question, error)
FindQuestion provides a mock function with given fields: ctx, req
func (*IQuestions) UpdateQuestion ¶
UpdateQuestion provides a mock function with given fields: ctx, req
Click to show internal directories.
Click to hide internal directories.