Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RedisStorage ¶
type RedisStorage struct {
// contains filtered or unexported fields
}
func NewStorage ¶
func NewStorage(cfg *config.Redis) *RedisStorage
func (*RedisStorage) GetQuestion ¶
func (s *RedisStorage) GetQuestion() (string, error)
func (*RedisStorage) SetQuestion ¶
func (s *RedisStorage) SetQuestion(q string) error
Click to show internal directories.
Click to hide internal directories.