input.go 67 B

123456
  1. package hooks
  2. type Input struct {
  3. Action string
  4. Value string
  5. }