1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-26 09:25:23 +00:00
v2fly/plugin.go

10 lines
151 B
Go
Raw Normal View History

2017-11-22 22:00:46 +00:00
package core
type PluginMetadata struct {
Name string
}
const GetMetadataFuncName = "GetPluginMetadata"
type GetMetadataFunc func() PluginMetadata