v2ray-core/common/web/hooks/input.go

7 lines
67 B
Go
Raw Normal View History

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