Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SmsRepository ¶
type SmsRepository interface { Save(string, interface{}, time.Duration) bool Read(string) string Delete(string) bool }
func NewSmsRepository ¶
func NewSmsRepository(redis *redis.Redis) SmsRepository
Click to show internal directories.
Click to hide internal directories.