Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QuestionCache ¶
type QuestionCache interface { GetTotal(ctx context.Context) (int64, error) SetTotal(ctx context.Context, total int64) error }
func NewQuestionECache ¶
func NewQuestionECache(ec ecache.Cache) QuestionCache
type QuestionECache ¶
type QuestionECache struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.