mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-07-13 20:50:13 -04:00
10 lines
151 B
Go
10 lines
151 B
Go
package core
|
|
|
|
type PluginMetadata struct {
|
|
Name string
|
|
}
|
|
|
|
const GetMetadataFuncName = "GetPluginMetadata"
|
|
|
|
type GetMetadataFunc func() PluginMetadata
|