1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-06 12:04:29 -04:00
v2fly/common/web/hooks/input.go

7 lines
67 B
Go
Raw Normal View History

2016-02-25 15:50:38 -05:00
package hooks
type Input struct {
Action string
Value string
}