empact/db/hook.go
2015-03-05 04:07:02 +07:00

9 lines
66 B
Go

package db
type (
Hook struct {
ID int
Owner string
}
)