Files
aerc-inline-images/lib/hooks/interface.go
T
2026-04-07 19:54:54 -04:00

7 lines
73 B
Go

package hooks
type HookType interface {
Cmd() string
Env() []string
}