mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2025-09-20 04:36:09 +08:00
10 lines
106 B
Go
10 lines
106 B
Go
![]() |
package driver
|
||
|
|
||
|
import (
|
||
|
"github.com/hashicorp/go-plugin"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
PluginMap map[string]plugin.Plugin
|
||
|
)
|