7 lines
67 B
Go
Raw Normal View History

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