sourcehut
Log in
—
Register
~evanj
/
cms
summary
tree
log
refs
ref:
40c0e4fc7f8f794524c1f37f2c5d7355b4985475
cms
/
internal
/
m
/
hook
/hook.go
-rw-r--r--
65 bytes
View
Log
Blame
View raw
40c0e4fc
—
Evan M Jones
Chore(readme): Removing tag line.
2 years ago
1
2
3
4
5
6
package
hook
type
Hook
interface
{
ID
()
string
URL
()
string
}