index
:
aerc
devel
Clone of https://git.sr.ht/~rjarry/aerc
Robin Jarry <robin@jarry.cc>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
hooks
/
interface.go
blob: ed38c3acd93f7695987e28b252d8aeed7cca6fb8 (
plain
) (
blame
)
1
2
3
4
5
6
package
hooks
type
HookType
interface
{
Cmd
()
string
Env
() []
string
}