owpengram-server/internal/store/memory/doc.go

5 lines
250 B
Go
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// Package memory 提供 store 各接口的内存实现,用作测试替身与本地开发兜底。
//
// 与 store/postgres、store/redisstore 对称store 主包只定义接口与 DTO
// 三种后端实现各自独立成包。
package memory