empact/db/hook.go

9 lines
66 B
Go
Raw Normal View History

2015-03-05 04:07:02 +07:00
package db
type (
Hook struct {
ID int
Owner string
}
)