1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-06 01:05:35 -05:00

protocol and api

This commit is contained in:
v2ray
2016-02-25 21:50:38 +01:00
parent 76ca9de25f
commit 7b79a768ef
7 changed files with 145 additions and 13 deletions

View File

@@ -0,0 +1,6 @@
package hooks
type Input struct {
Action string
Value string
}