File: interface.go

package info (click to toggle)
aerc 0.21.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,892 kB
  • sloc: ansic: 1,181; python: 1,000; sh: 553; awk: 360; makefile: 23
file content (6 lines) | stat: -rw-r--r-- 73 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
package hooks

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