mirror of
https://github.com/langhuihui/monibuca.git
synced 2026-04-23 01:07:03 +08:00
4 lines
71 B
Go
4 lines
71 B
Go
package storage
|
|
|
|
var Factory = map[string]func(any) (Storage, error){}
|