1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-21 20:54:18 -04:00
v2fly/common/web/hooks/input.go
2016-02-25 21:50:38 +01:00

7 lines
67 B
Go

package hooks
type Input struct {
Action string
Value string
}