type src.elv.sh/pkg/shell.daemonStatus

3 uses

	src.elv.sh/pkg/shell (current package)
		runtime.go#L30: type daemonStatus int
		runtime.go#L33: 	daemonOK daemonStatus = iota
		runtime.go#L171: func detectDaemon(sockpath string, cl daemon.Client) (daemonStatus, error) {