8 lines
93 B
Go
8 lines
93 B
Go
package cache
|
|
|
|
const ( //Redis
|
|
Redis_mailCache string = "mail:%d"
|
|
)
|
|
|
|
type IMail interface{}
|