Versions in this module Expand all Collapse all v0 v0.1.0 Apr 1, 2020 Changes in this version + type Cache interface + GetCache func(questionID, lang string) (model.Question, error) + Put func(questionID, lang string, in model.Question) error + type FileInterface interface + Close func() error + Read func(storage interface{}) (interface{}, error) + Write func(storage interface{}) error + type Interface interface + AddQuestion func(ctx context.Context, question model.Question) error + Close func() error + QuestionList func(ctx context.Context) (model.QuestionList, error) + type Translator interface + TranslateIt func(ctx context.Context, lang string, uestion model.Question) (model.Question, error)