File: handler.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 (5 lines) | stat: -rw-r--r-- 70 bytes parent folder | download | duplicates (2)
1
2
3
4
5
package ipc

type Handler interface {
	Command(args []string) error
}