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