Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultSQLStoreOption = SQLStoreOption{ Ctx: context.Background(), TableName: "echo_cache", DBName: SQLite, }
Functions ¶
func New ¶
func New(option SQLStoreOption) store.Store
Types ¶
type SQLStore ¶
type SQLStore struct {
SQLStoreOption
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.