コード例 #1
0
ファイル: memory.go プロジェクト: gamegos/scotty
func init() {
	storage.Register("memory", initDriver)
}
コード例 #2
0
ファイル: conn.go プロジェクト: gamegos/scotty
func init() {
	storage.Register("redis", initDriver)
}