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

7 lines
67 B
Go

package hooks
type Input struct {
Action string
Value string
}