aboutsummaryrefslogtreecommitdiff
path: root/active_client.go
diff options
context:
space:
mode:
Diffstat (limited to 'active_client.go')
-rw-r--r--active_client.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/active_client.go b/active_client.go
index 6e9dbc5..c7228cb 100644
--- a/active_client.go
+++ b/active_client.go
@@ -8,9 +8,7 @@ import (
"git.sr.ht/~shulhan/kamusku"
)
-//
// activeClient define an interface for an active client.
-//
type activeClient interface {
Lookup(words []string) (res kamusku.LookupResponse, err error)
ListRootWords() (rootWords kamusku.Words, err error)