summaryrefslogtreecommitdiff
path: root/internal/omode/mode.go
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2020-12-28 09:49:10 +0000
committerPaul Buetow <git@mx.buetow.org>2020-12-28 09:49:10 +0000
commit2823434ffff389d67c762bab28c18f3e147c60ad (patch)
treec6433ef4a3415cc7206b5fbe733c0539d0e5a60f /internal/omode/mode.go
parent40b2bf2856fd1af8bbf8aa29b51603e853071a94 (diff)
parentde33db818388a6a309924f100acd6a0c603a43b3 (diff)
merge
Diffstat (limited to 'internal/omode/mode.go')
-rw-r--r--internal/omode/mode.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/internal/omode/mode.go b/internal/omode/mode.go
index e29aacc..1aafcfc 100644
--- a/internal/omode/mode.go
+++ b/internal/omode/mode.go
@@ -12,7 +12,6 @@ const (
GrepClient Mode = iota
MapClient Mode = iota
HealthClient Mode = iota
- RunClient Mode = iota
)
func (m Mode) String() string {
@@ -29,8 +28,6 @@ func (m Mode) String() string {
return "map"
case HealthClient:
return "health"
- case RunClient:
- return "run"
default:
return "unknown"
}