aboutsummaryrefslogtreecommitdiff
path: root/active_client.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2024-04-06 17:44:13 +0700
committerShulhan <ms@kilabit.info>2024-04-06 17:44:13 +0700
commit3245b00f0246f7f2f0afd8635cfd3ff9bf2cf584 (patch)
tree286817224a5d72569e4db335578b3549f566deda /active_client.go
parent6c7bfd42bc1128f5969e9e40b23d6b828601f7cb (diff)
downloadkamusku-3245b00f0246f7f2f0afd8635cfd3ff9bf2cf584.tar.xz
all: replace "share" module with "pakakeh.go"
The "share" module has been moved to new forge, SourceHut, with new name "pakakeh.go".
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)