aboutsummaryrefslogtreecommitdiff
path: root/lib/ipc/handler.go
blob: 9ed81be05059258ae1253996e15e877c1f2700cb (plain)
1
2
3
4
5
package ipc

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