1
0
Fork 0
empact/db/hook.go

9 lines
66 B
Go

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