MCPcopy Index your code
hub / github.com/apache/answer / RemoveQuestion

Method RemoveQuestion

internal/service/question_common/question.go:58–58  ·  view source on GitHub ↗
(ctx context.Context, id string)

Source from the content-addressed store, hash-verified

56type QuestionRepo interface {
57 AddQuestion(ctx context.Context, question *entity.Question) (err error)
58 RemoveQuestion(ctx context.Context, id string) (err error)
59 UpdateQuestion(ctx context.Context, question *entity.Question, Cols []string) (err error)
60 GetQuestion(ctx context.Context, id string) (question *entity.Question, exist bool, err error)
61 GetQuestionList(ctx context.Context, question *entity.Question) (questions []*entity.Question, err error)

Callers 4

RemoveQuestionMethod · 0.65

Implementers 1

questionRepointernal/repo/question/question_repo.g

Calls

no outgoing calls

Tested by 2