9 lines
66 B
Go
9 lines
66 B
Go
|
package db
|
||
|
|
||
|
type (
|
||
|
Hook struct {
|
||
|
ID int
|
||
|
Owner string
|
||
|
}
|
||
|
)
|